AUTHORS.md
CHANGELOG.md
CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
doc/Makefile
doc/conf.py
doc/conftest.py
doc/contents.rst
doc/development.rst
doc/getting_started.rst
doc/install.rst
doc/make.bat
doc/preface.rst
doc/requirements.txt
doc/tune_toc.rst
doc/user_guide.rst
doc/whats_new.rst
doc/binder/requirements.txt
doc/image/bo-objective.png
doc/image/favicon.ico
doc/image/logo.png
doc/includes/big_toc_css.rst
doc/includes/bigger_toc_css.rst
doc/modules/acquisition.rst
doc/modules/bayessearchcv.rst
doc/modules/benchmarks.rst
doc/modules/callbacks.rst
doc/modules/classes.rst
doc/modules/learning.rst
doc/modules/minimize_functions.rst
doc/modules/optimizer.rst
doc/modules/plots.rst
doc/modules/sampler.rst
doc/modules/space.rst
doc/modules/transformers.rst
doc/modules/utils.rst
doc/sphinxext/MANIFEST.in
doc/sphinxext/custom_references_resolver.py
doc/sphinxext/github_link.py
doc/sphinxext/sphinx_issues.py
doc/templates/class.rst
doc/templates/class_with_call.rst
doc/templates/class_without_init.rst
doc/templates/documentation.html
doc/templates/function.rst
doc/templates/generate_deprecated.sh
doc/templates/index.html
doc/templates/numpydoc_docstring.rst
doc/themes/scikit-learn-modern/javascript.html
doc/themes/scikit-learn-modern/layout.html
doc/themes/scikit-learn-modern/nav.html
doc/themes/scikit-learn-modern/search.html
doc/themes/scikit-learn-modern/theme.conf
doc/themes/scikit-learn-modern/static/css/theme.css
doc/themes/scikit-learn-modern/static/css/vendor/bootstrap.min.css
doc/themes/scikit-learn-modern/static/js/searchtools.js
doc/themes/scikit-learn-modern/static/js/vendor/bootstrap.min.js
doc/whats_new/_contributors.rst
doc/whats_new/v0.1.rst
doc/whats_new/v0.2.rst
doc/whats_new/v0.3.rst
doc/whats_new/v0.4.rst
doc/whats_new/v0.5.rst
doc/whats_new/v0.6.rst
doc/whats_new/v0.7.rst
doc/whats_new/v0.8.rst
examples/.flake8
examples/README.txt
examples/ask-and-tell.py
examples/bayesian-optimization.py
examples/exploration-vs-exploitation.py
examples/hyperparameter-optimization.py
examples/interruptible-optimization.py
examples/optimizer-with-different-base-estimator.py
examples/parallel-optimization.py
examples/sklearn-gridsearchcv-replacement.py
examples/store-and-load-results.py
examples/strategy-comparison.py
examples/utils.py
examples/plots/README.txt
examples/plots/partial-dependence-plot-2D.py
examples/plots/partial-dependence-plot-with-categorical.py
examples/plots/partial-dependence-plot.py
examples/plots/visualizing-results.py
examples/sampler/README.txt
examples/sampler/initial-sampling-method-integer.py
examples/sampler/initial-sampling-method.py
examples/sampler/sampling_comparison.py
scikit_optimize_w.egg-info/PKG-INFO
scikit_optimize_w.egg-info/SOURCES.txt
scikit_optimize_w.egg-info/dependency_links.txt
scikit_optimize_w.egg-info/requires.txt
scikit_optimize_w.egg-info/top_level.txt
skopt/__init__.py
skopt/acquisition.py
skopt/benchmarks.py
skopt/callbacks.py
skopt/plots.py
skopt/searchcv.py
skopt/utils.py
skopt/learning/__init__.py
skopt/learning/forest.py
skopt/learning/gbrt.py
skopt/learning/gaussian_process/__init__.py
skopt/learning/gaussian_process/gpr.py
skopt/learning/gaussian_process/kernels.py
skopt/optimizer/__init__.py
skopt/optimizer/base.py
skopt/optimizer/dummy.py
skopt/optimizer/forest.py
skopt/optimizer/gbrt.py
skopt/optimizer/gp.py
skopt/optimizer/optimizer.py
skopt/sampler/__init__.py
skopt/sampler/base.py
skopt/sampler/grid.py
skopt/sampler/halton.py
skopt/sampler/hammersly.py
skopt/sampler/lhs.py
skopt/sampler/sobol.py
skopt/space/__init__.py
skopt/space/space.py
skopt/space/transformers.py