.gitignore
CASMO_THEORY.md
LICENSE
MANIFEST.in
README.md
casmo.py
pyproject.toml
requirements.txt
setup.py
verify_installation.py
benchmarks/b1_noisy_cifar10/README.md
benchmarks/b1_noisy_cifar10/b1_noisy_cifar10.ipynb
benchmarks/b1_noisy_cifar10/train.py
benchmarks/b2_grokking/README.md
benchmarks/b2_grokking/train.py
benchmarks/b2_grokking/reports/REPORT.md
benchmarks/b2_grokking/results/noisy_grokking_metrics.png
benchmarks/b3_long_tail_cifar100/README.md
benchmarks/b3_long_tail_cifar100/b3_long_tail_cifar100.ipynb
benchmarks/b3_long_tail_cifar100/train.py
benchmarks/b3_long_tail_cifar100/reports/REPORT.md
benchmarks/b4_dp_sgd/README.md
benchmarks/b4_dp_sgd/baselines.py
benchmarks/b4_dp_sgd/models.py
benchmarks/b4_dp_sgd/train.py
benchmarks/b4_dp_sgd/reports/REPORT.md
benchmarks/b4_dp_sgd/results/dp_benchmark_results.png
benchmarks/b5_gan_stability/README.md
benchmarks/b5_gan_stability/run_all_experiments.py
benchmarks/b5_gan_stability/train.py
benchmarks/b7_continual_learning/README.md
benchmarks/b7_continual_learning/ablation_conflict_test.py
benchmarks/b7_continual_learning/dataset.py
benchmarks/b7_continual_learning/report.ltx
benchmarks/b7_continual_learning/results_summary.pdf
benchmarks/b7_continual_learning/train.py
benchmarks/b7_continual_learning/ablation_results/conflict_ablation_results.png
benchmarks/b7_continual_learning/ablation_results/mechanism_confidence_hist.png
benchmarks/b7_continual_learning/results/continual_learning_results.png
benchmarks/b7_continual_learning/results/plot1_forgetting_curves.png
benchmarks/b7_continual_learning/results/plot2_final_performance.png
benchmarks/b7_continual_learning/results/plot3_mechanism.png
benchmarks/b7_continual_learning/results/plot4_summary_metrics.png
benchmarks/b7_continual_learning/viz/README.md
benchmarks/b7_continual_learning/viz/visualize_ablation.py
casmo_optimizer.egg-info/PKG-INFO
casmo_optimizer.egg-info/SOURCES.txt
casmo_optimizer.egg-info/dependency_links.txt
casmo_optimizer.egg-info/requires.txt
casmo_optimizer.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_agar_computation.py
tests/test_calibration.py
tests/test_dde_adapter.py
tests/test_edge_cases.py
tests/test_integration.py
tests/test_noise_robustness.py
tests/test_optimizer_interface.py
tests/test_state_dict.py