.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/abi.yml
.github/workflows/amgd.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.github/workflows/tests.yml
benchmarks/performance_tests.py
benchmarks/reproduce_paper_results.py
docs/source/api_reference.rst
docs/source/benchmarks.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/installations.rst
docs/source/requirements.txt
docs/source/theory.rst
docs/source/untitled.txt
docs/source/tutorials/tutorials.rst
examples/__init__.py
examples/basic_usage.py
examples/comparison_with_competitors.py
examples/custom_regularization.py
examples/ecological_health_analysis.py
examples/poisson_example.py
src/amgd/__init__.py
src/amgd.egg-info/PKG-INFO
src/amgd.egg-info/SOURCES.txt
src/amgd.egg-info/dependency_links.txt
src/amgd.egg-info/requires.txt
src/amgd.egg-info/top_level.txt
src/amgd/benchmarks/__init__.py
src/amgd/benchmarks/comparison.py
src/amgd/benchmarks/datasets.py
src/amgd/core/__init__.py
src/amgd/core/optimizer.py
src/amgd/core/penalties.py
src/amgd/models/__init__.py
src/amgd/models/base.py
src/amgd/models/poisson.py
src/amgd/utils/__init__.py
src/amgd/utils/preprocessing.py
src/amgd/utils/validation.py
src/amgd/visualization/__init__.py
src/amgd/visualization/coefficients.py
src/amgd/visualization/convergence.py
tests/__init__.py
tests/test_benchmarks.py
tests/test_optimizer.py
tests/test_poisson.py
tests/fixtures/sample_data.py