.gitignore
.pre-commit-config.yaml
README.md
mkdocs.yml
pyproject.toml
.github/workflows/python-publish.yml
docs/Basic Usage.ipynb
docs/how-it-works.md
docs/index.md
docs/meta-parameters.md
docs/quickstart.md
docs/search-space.md
docs/img/BMSEquationTreeOps.png
docs/img/BMSTempering.png
docs/javascripts/mathjax.js
mkdocs/base.yml
src/autora/theorist/bms/__init__.py
src/autora/theorist/bms/fit_prior.py
src/autora/theorist/bms/mcmc.py
src/autora/theorist/bms/parallel.py
src/autora/theorist/bms/prior.py
src/autora/theorist/bms/regressor.py
src/autora/theorist/bms/utils.py
src/autora_theorist_bms.egg-info/PKG-INFO
src/autora_theorist_bms.egg-info/SOURCES.txt
src/autora_theorist_bms.egg-info/dependency_links.txt
src/autora_theorist_bms.egg-info/requires.txt
src/autora_theorist_bms.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/test_sklearn_bms.py