.gitignore
CASMO_THEORY.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
casmo.py
pyproject.toml
requirements.txt
setup.py
verify_installation.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
benchmarks/README.md
benchmarks/b1_grokking/README.md
benchmarks/b1_grokking/train.py
benchmarks/b1_grokking/reports/REPORT.md
benchmarks/b1_grokking/results/noisy_grokking_metrics.png
benchmarks/b2_long_tail_cifar100/README.md
benchmarks/b2_long_tail_cifar100/b3_long_tail_cifar100.ipynb
benchmarks/b2_long_tail_cifar100/train.py
benchmarks/b2_long_tail_cifar100/reports/REPORT.md
benchmarks/b3_dp_sgd/README.md
benchmarks/b3_dp_sgd/baselines.py
benchmarks/b3_dp_sgd/models.py
benchmarks/b3_dp_sgd/train.py
benchmarks/b3_dp_sgd/reports/REPORT.md
benchmarks/b3_dp_sgd/results/dp_benchmark_results.png
benchmarks/b4_continual_learning/README.md
benchmarks/b4_continual_learning/ablation_conflict_test.py
benchmarks/b4_continual_learning/dataset.py
benchmarks/b4_continual_learning/report.ltx
benchmarks/b4_continual_learning/results_summary.pdf
benchmarks/b4_continual_learning/train.py
benchmarks/b4_continual_learning/ablation_results/conflict_ablation_results.png
benchmarks/b4_continual_learning/ablation_results/mechanism_confidence_hist.png
benchmarks/b4_continual_learning/reports/REPORT.md
benchmarks/b4_continual_learning/results/continual_learning_results.png
benchmarks/b4_continual_learning/results/plot1_forgetting_curves.png
benchmarks/b4_continual_learning/results/plot2_final_performance.png
benchmarks/b4_continual_learning/results/plot3_mechanism.png
benchmarks/b4_continual_learning/results/plot4_summary_metrics.png
benchmarks/b4_continual_learning/viz/README.md
benchmarks/b4_continual_learning/viz/visualize_ablation.py
benchmarks/b5_noisy_timeseries/README.md
benchmarks/b5_noisy_timeseries/train.py
benchmarks/b5_noisy_timeseries/reports/REPORT.md
benchmarks/b5_noisy_timeseries/results/portfolio_benchmark.png
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
docs/README.md
docs/api-reference.md
docs/faq.md
docs/getting-started.md
docs/migration-guide.md
examples/README.md
examples/basic_usage.py
examples/comparing_optimizers.py
examples/fine_tuning_llm.py
examples/image_classification.py
tests/__init__.py
tests/conftest.py
tests/test_agar_computation.py
tests/test_calibration.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