.gitignore
.pylintrc
LICENSE
README.md
pyproject.toml
.github/workflows/pylint.yml
.github/workflows/pypi.yml
.github/workflows/pytest.yml
demos/basic_usage.ipynb
demos/restart_example.py
pysips/__init__.py
pysips/crossover_proposal.py
pysips/laplace_nmll.py
pysips/metropolis.py
pysips/mutation_proposal.py
pysips/prior.py
pysips/random_choice_proposal.py
pysips/regressor.py
pysips/sampler.py
pysips.egg-info/PKG-INFO
pysips.egg-info/SOURCES.txt
pysips.egg-info/dependency_links.txt
pysips.egg-info/requires.txt
pysips.egg-info/top_level.txt
tests/integration/test_log_likelihood.py
tests/integration/test_prior_with_bingo.py
tests/regression/test_basic_end_to_end.py
tests/regression/test_regressor_end_to_end.py
tests/unit/test_crossover_proposal.py
tests/unit/test_laplace_nmll.py
tests/unit/test_metropolis.py
tests/unit/test_mutation_proposal.py
tests/unit/test_prior.py
tests/unit/test_random_choice_proposal.py
tests/unit/test_regressor.py
tests/unit/test_sampler.py