LICENSE
README.md
pyproject.toml
gloss/__init__.py
gloss/gloss.py
gloss/space.py
gloss/utils.py
gloss/strategies/__init__.py
gloss/strategies/global_best.py
gloss/strategies/local_best.py
gloss/strategies/unconverged.py
gloss/strategies/unexplored.py
gloss/surrogate/__init__.py
gloss/surrogate/auto_select.py
gloss/surrogate/ml_models.py
gloss/surrogate/nn_models.py
gloss_opt.egg-info/PKG-INFO
gloss_opt.egg-info/SOURCES.txt
gloss_opt.egg-info/dependency_links.txt
gloss_opt.egg-info/requires.txt
gloss_opt.egg-info/top_level.txt
tests/test_auto_select.py
tests/test_gloss.py
tests/test_gloss_v3.py
tests/test_nn_models.py
tests/test_space.py
tests/test_strategies.py
tests/test_strategies_v3.py
tests/test_surrogate.py
tests/test_utils.py