.gitignore
LICENSE.txt
MANIFEST.in
README.md
makeSpot.sh
mkdocs.yml
pyproject.toml
tox.ini
.github/workflows/test.yml
docs/about.md
docs/download.md
docs/examples.md
docs/gen_ref_pages.py
docs/index.md
docs/images/favicon.png
docs/images/spotlogo.png
notebooks/00_spot_doc.ipynb
notebooks/01_spot_intro.ipynb
notebooks/02_spot_multidim.ipynb
notebooks/03_spot_anisotropic.ipynb
notebooks/04_spot_sklearn_surrogate.ipynb
notebooks/05_spot_sklearn_optimizers.ipynb
notebooks/06_spot_gaussian.ipynb
notebooks/07_spot_ei.ipynb
notebooks/08_spot_noisy.ipynb
notebooks/09_spot_ocba.ipynb
notebooks/data.json
notebooks/plot.png
notebooks/figures/spotModel.graffle
notebooks/figures/spotModel.pdf
notebooks/figures/spotModel.png
src/spotPython/_version.py
src/spotPython.egg-info/PKG-INFO
src/spotPython.egg-info/SOURCES.txt
src/spotPython.egg-info/dependency_links.txt
src/spotPython.egg-info/requires.txt
src/spotPython.egg-info/top_level.txt
src/spotPython/budget/ocba.py
src/spotPython/build/kriging.py
src/spotPython/build/surrogates.py
src/spotPython/design/designs.py
src/spotPython/design/factorial.py
src/spotPython/design/spacefilling.py
src/spotPython/fun/objectivefunctions.py
src/spotPython/hyperparameters/categorical.py
src/spotPython/hyperparameters/values.py
src/spotPython/plot/contour.py
src/spotPython/spot/spot.py
src/spotPython/utils/aggregate.py
src/spotPython/utils/compare.py
src/spotPython/utils/convert.py
src/spotPython/utils/eda.py
src/spotPython/utils/progress.py
src/spotPython/utils/repair.py
src/spotPython/utils/transform.py
test/test_aggregate_mean_var.py
test/test_build_Psi.py
test/test_build_U.py
test/test_build_psi_vec.py
test/test_evaluate_new_X.py
test/test_evaluate_new_solutions.py
test/test_extract_from_bounds.py
test/test_generate_design.py
test/test_infill.py
test/test_nat_to_cod.py
test/test_nat_to_cod_init.py
test/test_ocba.py
test/test_repair_non_numeric.py
test/test_set_de_bounds.py
test/test_show_progress.py
test/test_suggest_new_X.py
test/test_update_surrogate.py