DEVIATIONS.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
configs/datasets.yaml
examples/smoke.py
experiments/cifar10_run.yaml
experiments/cifar10_tune.yaml
experiments/cifar_baselines.yaml
rigfl/__init__.py
rigfl/prediction.py
rigfl.egg-info/PKG-INFO
rigfl.egg-info/SOURCES.txt
rigfl.egg-info/dependency_links.txt
rigfl.egg-info/requires.txt
rigfl.egg-info/top_level.txt
rigfl/algorithms/__init__.py
rigfl/algorithms/fedavg.py
rigfl/algorithms/feddes.py
rigfl/algorithms/fedgh.py
rigfl/algorithms/fedkd.py
rigfl/algorithms/fedproto.py
rigfl/algorithms/fedprox.py
rigfl/algorithms/fedtgp.py
rigfl/algorithms/fml.py
rigfl/algorithms/global_ensemble.py
rigfl/algorithms/lgfedavg.py
rigfl/algorithms/local.py
rigfl/core/__init__.py
rigfl/core/adapters.py
rigfl/core/config.py
rigfl/core/interfaces.py
rigfl/core/model.py
rigfl/core/round.py
rigfl/data/README.md
rigfl/data/__init__.py
rigfl/data/biosilo.py
rigfl/data/builder.py
rigfl/data/config.py
rigfl/data/flower.py
rigfl/data/generate.py
rigfl/data/partitions.py
rigfl/eval/__init__.py
rigfl/eval/metrics.py
rigfl/eval/protocol.py
rigfl/eval/report.py
rigfl/eval/selection.py
rigfl/experiment/__init__.py
rigfl/experiment/artifacts.py
rigfl/experiment/collect.py
rigfl/experiment/config.py
rigfl/experiment/device.py
rigfl/experiment/env.py
rigfl/experiment/launch.py
rigfl/experiment/registry.py
rigfl/experiment/run.py
rigfl/experiment/tracking.py
rigfl/experiment/tuning.py
rigfl/models/__init__.py
rigfl/models/cifar.py
rigfl/models/eicu.py
rigfl/models/registry.py
scripts/run_grid.sh
tests/test_artifacts.py
tests/test_biosilo.py
tests/test_builder.py
tests/test_collect.py
tests/test_config_gaps.py
tests/test_contract.py
tests/test_fedavg_fedprox.py
tests/test_flower_data.py
tests/test_grid.py
tests/test_history.py
tests/test_identity.py
tests/test_loop.py
tests/test_metrics.py
tests/test_model_registry.py
tests/test_partitions.py
tests/test_pool_cache.py
tests/test_prediction.py
tests/test_provenance.py
tests/test_report.py
tests/test_run_experiment.py
tests/test_selection.py
tests/test_tuning.py
tests/test_validation_loss.py