AUTHORS.rst
CONTRIBUTING.rst
HISTORY.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
baytune.egg-info/PKG-INFO
baytune.egg-info/SOURCES.txt
baytune.egg-info/dependency_links.txt
baytune.egg-info/not-zip-safe
baytune.egg-info/requires.txt
baytune.egg-info/top_level.txt
btb/__init__.py
btb/session.py
btb/benchmark/__init__.py
btb/benchmark/challenges/__init__.py
btb/benchmark/challenges/bohachevsky.py
btb/benchmark/challenges/boston.py
btb/benchmark/challenges/branin.py
btb/benchmark/challenges/census.py
btb/benchmark/challenges/challenge.py
btb/benchmark/challenges/rosenbrock.py
btb/benchmark/challenges/wind.py
btb/benchmark/tuners/__init__.py
btb/benchmark/tuners/btb.py
btb/selection/__init__.py
btb/selection/best.py
btb/selection/custom_selector.py
btb/selection/hierarchical.py
btb/selection/pure.py
btb/selection/recent.py
btb/selection/selector.py
btb/selection/ucb1.py
btb/selection/uniform.py
btb/tuning/__init__.py
btb/tuning/tunable.py
btb/tuning/acquisition/__init__.py
btb/tuning/acquisition/base.py
btb/tuning/acquisition/expected_improvement.py
btb/tuning/acquisition/predicted_score.py
btb/tuning/hyperparams/__init__.py
btb/tuning/hyperparams/base.py
btb/tuning/hyperparams/boolean.py
btb/tuning/hyperparams/categorical.py
btb/tuning/hyperparams/numerical.py
btb/tuning/metamodels/__init__.py
btb/tuning/metamodels/base.py
btb/tuning/metamodels/gaussian_process.py
btb/tuning/tuners/__init__.py
btb/tuning/tuners/base.py
btb/tuning/tuners/gaussian_process.py
btb/tuning/tuners/uniform.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/readme.rst
docs/images/BTB-Icon-small.png
docs/images/dai-logo-white-200.png
docs/user_guides/btbsession.rst
docs/user_guides/selectors.rst
docs/user_guides/tunable.rst
docs/user_guides/tuners.rst
docs/user_guides/tuning.rst
tests/__init__.py
tests/test_session.py
tests/benchmark/__init__.py
tests/benchmark/test___init__.py
tests/benchmark/challenges/__init__.py
tests/benchmark/challenges/test_bohachevsky.py
tests/benchmark/challenges/test_boston.py
tests/benchmark/challenges/test_branin.py
tests/benchmark/challenges/test_census.py
tests/benchmark/challenges/test_challenge.py
tests/benchmark/challenges/test_rosenbrock.py
tests/benchmark/challenges/test_wind.py
tests/integration/__init__.py
tests/integration/test_benchmark.py
tests/integration/test_session.py
tests/integration/test_tuning.py
tests/selection/__init__.py
tests/selection/test_best.py
tests/selection/test_custom_selector.py
tests/selection/test_hierarchical.py
tests/selection/test_pure.py
tests/selection/test_recent.py
tests/selection/test_selector.py
tests/selection/test_ucb1.py
tests/selection/test_uniform.py
tests/tuning/__init__.py
tests/tuning/test_tunable.py
tests/tuning/acquisition/__init__.py
tests/tuning/acquisition/test_expected_improvement.py
tests/tuning/acquisition/test_predicted_score.py
tests/tuning/hyperparams/__init__.py
tests/tuning/hyperparams/test_base.py
tests/tuning/hyperparams/test_boolean.py
tests/tuning/hyperparams/test_categorical.py
tests/tuning/hyperparams/test_numerical.py
tests/tuning/metamodels/__init__.py
tests/tuning/metamodels/test_base.py
tests/tuning/metamodels/test_gaussian_process.py
tests/tuning/tuners/__init__.py
tests/tuning/tuners/test_base.py
tests/tuning/tuners/test_gaussian_process.py
tests/tuning/tuners/test_uniform.py