LICENSE
README.md
pyproject.toml
baytune/__init__.py
baytune/session.py
baytune/version.py
baytune.egg-info/PKG-INFO
baytune.egg-info/SOURCES.txt
baytune.egg-info/dependency_links.txt
baytune.egg-info/requires.txt
baytune.egg-info/top_level.txt
baytune/selection/__init__.py
baytune/selection/best.py
baytune/selection/custom_selector.py
baytune/selection/hierarchical.py
baytune/selection/pure.py
baytune/selection/recent.py
baytune/selection/selector.py
baytune/selection/ucb1.py
baytune/selection/uniform.py
baytune/tuning/__init__.py
baytune/tuning/tunable.py
baytune/tuning/acquisition/__init__.py
baytune/tuning/acquisition/base.py
baytune/tuning/acquisition/expected_improvement.py
baytune/tuning/acquisition/predicted_score.py
baytune/tuning/hyperparams/__init__.py
baytune/tuning/hyperparams/base.py
baytune/tuning/hyperparams/boolean.py
baytune/tuning/hyperparams/categorical.py
baytune/tuning/hyperparams/numerical.py
baytune/tuning/metamodels/__init__.py
baytune/tuning/metamodels/base.py
baytune/tuning/metamodels/gaussian_process.py
baytune/tuning/tuners/__init__.py
baytune/tuning/tuners/base.py
baytune/tuning/tuners/gaussian_process.py
baytune/tuning/tuners/uniform.py
benchmark/README.md
benchmark/setup.py
benchmark/btb_benchmark/__init__.py
benchmark/btb_benchmark/__main__.py
benchmark/btb_benchmark/kubernetes.py
benchmark/btb_benchmark/main.py
benchmark/btb_benchmark/results.py
benchmark/btb_benchmark/challenges/__init__.py
benchmark/btb_benchmark/challenges/bohachevsky.py
benchmark/btb_benchmark/challenges/branin.py
benchmark/btb_benchmark/challenges/challenge.py
benchmark/btb_benchmark/challenges/datasets.py
benchmark/btb_benchmark/challenges/mlchallenge.py
benchmark/btb_benchmark/challenges/randomforest.py
benchmark/btb_benchmark/challenges/rosenbrock.py
benchmark/btb_benchmark/challenges/sgd.py
benchmark/btb_benchmark/challenges/xgboost.py
benchmark/btb_benchmark/tuning_functions/__init__.py
benchmark/btb_benchmark/tuning_functions/ax.py
benchmark/btb_benchmark/tuning_functions/btb.py
benchmark/btb_benchmark/tuning_functions/hyperopt.py
benchmark/btb_benchmark/tuning_functions/skopt.py
benchmark/btb_benchmark/tuning_functions/smac.py