LICENSE
README.md
pyproject.toml
dnaty/__init__.py
dnaty/_compress_helpers.py
dnaty/compress.py
dnaty/logging_config.py
dnaty/result.py
dnaty/tracking.py
dnaty.egg-info/PKG-INFO
dnaty.egg-info/SOURCES.txt
dnaty.egg-info/dependency_links.txt
dnaty.egg-info/requires.txt
dnaty.egg-info/top_level.txt
dnaty/analysis/__init__.py
dnaty/analysis/cl_metrics.py
dnaty/analysis/stats.py
dnaty/core/__init__.py
dnaty/core/arch.py
dnaty/core/arch_cnn.py
dnaty/core/individual.py
dnaty/core/memory.py
dnaty/evolution/__init__.py
dnaty/evolution/evolver.py
dnaty/evolution/selection.py
dnaty/experiments/__init__.py
dnaty/experiments/exp3_cl.py
dnaty/experiments/exp4_permuted_mnist.py
dnaty/experiments/exp5_split_cifar10.py
dnaty/experiments/fast_dataset.py
dnaty/integrations/__init__.py
dnaty/integrations/lightning.py
dnaty/monitoring/__init__.py
dnaty/monitoring/drift.py
dnaty/monitoring/tracker.py
dnaty/operators/__init__.py
dnaty/operators/mutations.py
dnaty/operators/mutations_cnn.py
dnaty/training/__init__.py
dnaty/training/local_train.py
dnaty/utils/__init__.py
dnaty/utils/flops_counter.py
dnaty/utils/hw_detect.py
dnaty/utils/latency_bench.py
dnaty/utils/latency_predictor.py
dnaty/utils/latency_tables.py
dnaty/utils/proxies.py
dnaty/utils/sparsity.py
tests/test_auth_rate_limit.py
tests/test_benchmark_market.py
tests/test_bugfixes_v2_0_3.py
tests/test_compress.py
tests/test_docker.py
tests/test_e2e_full.py
tests/test_e2e_integration.py
tests/test_edge_cases.py
tests/test_exp23.py
tests/test_load.py
tests/test_market_real_models.py
tests/test_market_reality.py
tests/test_market_validation.py
tests/test_regression.py
tests/test_reproducibility.py
tests/test_sanity.py
tests/test_v1_2_x.py
tests/test_v1_3_x.py
tests/test_v2_missing.py