.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/img.png
docs/index.md
docs/meta-parameters.md
docs/quickstart.md
docs/search-space.md
docs/javascripts/mathjax.js
mkdocs/base.yml
src/autora/theorist/bsr/__init__.py
src/autora/theorist/bsr/funcs.py
src/autora/theorist/bsr/misc.py
src/autora/theorist/bsr/node.py
src/autora/theorist/bsr/operation.py
src/autora/theorist/bsr/prior.py
src/autora/theorist/bsr/regressor.py
src/autora_theorist_bsr.egg-info/PKG-INFO
src/autora_theorist_bsr.egg-info/SOURCES.txt
src/autora_theorist_bsr.egg-info/dependency_links.txt
src/autora_theorist_bsr.egg-info/requires.txt
src/autora_theorist_bsr.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/test_bsr_mcmc_actions.py
tests/test_bsr_node_and_operator.py
tests/test_bsr_tree_operation.py