LICENSE.txt
README.md
setup.cfg
setup.py
tests/test.py
waggon/__init__.py
waggon.egg-info/PKG-INFO
waggon.egg-info/SOURCES.txt
waggon.egg-info/dependency_links.txt
waggon.egg-info/requires.txt
waggon.egg-info/top_level.txt
waggon/acquisitions/__init__.py
waggon/acquisitions/acquisition.py
waggon/acquisitions/base.py
waggon/functions/__init__.py
waggon/functions/base.py
waggon/functions/test_functions.py
waggon/functions/utils.py
waggon/functions/landscapes/__init__.py
waggon/functions/landscapes/ackley.py
waggon/functions/landscapes/himmelblau.py
waggon/functions/landscapes/holder.py
waggon/functions/landscapes/levi.py
waggon/functions/landscapes/rosenbrock.py
waggon/functions/landscapes/sphere.py
waggon/functions/landscapes/submanifold.py
waggon/functions/landscapes/tang.py
waggon/functions/landscapes/thc.py
waggon/optim/__init__.py
waggon/optim/barycentre.py
waggon/optim/base.py
waggon/optim/surrogate.py
waggon/optim/utils.py
waggon/optim/baselines/__init__.py
waggon/optim/baselines/evolutions.py
waggon/optim/baselines/protes.py
waggon/surrogates/__init__.py
waggon/surrogates/base.py
waggon/surrogates/bnn.py
waggon/surrogates/de.py
waggon/surrogates/dgp.py
waggon/surrogates/gan.py
waggon/surrogates/gp.py
waggon/utils/__init__.py
waggon/utils/utils.py