LICENSE
README.md
setup.py
jaix/__init__.py
jaix/environment_factory.py
jaix/experiment.py
jaix/env/__init__.py
jaix/env/composite/__init__.py
jaix/env/composite/composite_environment.py
jaix/env/composite/switching_environment.py
jaix/env/singular/__init__.py
jaix/env/singular/ec_env.py
jaix/env/singular/hpo_env.py
jaix/env/singular/ljclust_env.py
jaix/env/singular/mastermind_env.py
jaix/env/singular/singular_environment.py
jaix/env/utils/__init__.py
jaix/env/utils/ase/__init__.py
jaix/env/utils/ase/ljclust_adapter.py
jaix/env/utils/hpo/__init__.py
jaix/env/utils/hpo/tabrepo_adapter.py
jaix/env/utils/problem/__init__.py
jaix/env/utils/problem/rbf_fit.py
jaix/env/utils/problem/sphere.py
jaix/env/utils/problem/static_problem.py
jaix/env/utils/problem/rbf/__init__.py
jaix/env/utils/problem/rbf/rbf.py
jaix/env/utils/problem/rbf/rbf_adapter.py
jaix/env/utils/switching_pattern/__init__.py
jaix/env/utils/switching_pattern/switching_pattern.py
jaix/env/wrapper/__init__.py
jaix/env/wrapper/any_fit_wrapper.py
jaix/env/wrapper/auto_reset_wrapper.py
jaix/env/wrapper/closing_wrapper.py
jaix/env/wrapper/logging_wrapper.py
jaix/env/wrapper/max_eval_wrapper.py
jaix/env/wrapper/online_wrapper.py
jaix/env/wrapper/passthrough_wrapper.py
jaix/env/wrapper/wrapped_env_factory.py
jaix/runner/__init__.py
jaix/runner/optimiser.py
jaix/runner/runner.py
jaix/runner/ask_tell/__init__.py
jaix/runner/ask_tell/ask_tell_runner.py
jaix/runner/ask_tell/at_optimiser.py
jaix/runner/ask_tell/at_strategy.py
jaix/runner/ask_tell/strategy/__init__.py
jaix/runner/ask_tell/strategy/bandit.py
jaix/runner/ask_tell/strategy/basic_ea.py
jaix/runner/ask_tell/strategy/cma.py
jaix/runner/ask_tell/strategy/enumerate.py
jaix/runner/ask_tell/strategy/random.py
jaix/runner/ask_tell/strategy/utils/__init__.py
jaix/runner/ask_tell/strategy/utils/bandit_model.py
jaix/runner/ask_tell/strategy/utils/ea_utils.py
jaix/suite/__init__.py
jaix/suite/ec_suite.py
jaix/suite/suite.py
jaix/suite/coco/__init__.py
jaix/suite/coco/coco_problem.py
jaix/suite/coco/coco_suite.py
jaix/utils/__init__.py
jaix/utils/dict_tools.py
jaix/utils/globals.py
jaix/utils/launch_experiment.py
jaix/utils/update_runs.py
tai_jaix.egg-info/PKG-INFO
tai_jaix.egg-info/SOURCES.txt
tai_jaix.egg-info/dependency_links.txt
tai_jaix.egg-info/requires.txt
tai_jaix.egg-info/top_level.txt
tests/__init__.py
tests/test_environment_factory.py
tests/test_experiment.py
tests/env/__init__.py
tests/env/composite/__init__.py
tests/env/composite/test_switching_environment.py
tests/env/singular/__init__.py
tests/env/singular/test_ec_environment.py
tests/env/singular/test_hpo_environment.py
tests/env/singular/test_ljclust_env.py
tests/env/singular/test_mastermind_env.py
tests/env/utils/__init__.py
tests/env/utils/ase/__init__.py
tests/env/utils/ase/test_ljclust_adapter.py
tests/env/utils/hpo/__init__.py
tests/env/utils/hpo/test_tabrepo_adapter.py
tests/env/utils/problem/__init__.py
tests/env/utils/problem/test_rbf_fit.py
tests/env/utils/problem/test_sphere.py
tests/env/utils/problem/test_static_problem.py
tests/env/utils/problem/rbf/__init__.py
tests/env/utils/problem/rbf/test_rbf.py
tests/env/utils/problem/rbf/test_rbf_adapter.py
tests/env/utils/switching_pattern/__init__.py
tests/env/utils/switching_pattern/test_switching_pattern.py
tests/env/wrapper/__init__.py
tests/env/wrapper/test_any_fit_wrapper.py
tests/env/wrapper/test_auto_reset_wrapper.py
tests/env/wrapper/test_closing_wrapper.py
tests/env/wrapper/test_logging_wrapper.py
tests/env/wrapper/test_max_evals_wrapper.py
tests/env/wrapper/test_passthrough_wrapper.py
tests/env/wrapper/test_wrapped_env_factory.py
tests/runner/__init__.py
tests/runner/ask_tell/__init__.py
tests/runner/ask_tell/test_at_optimiser.py
tests/runner/ask_tell/test_at_runner.py
tests/runner/ask_tell/test_cma.py
tests/runner/ask_tell/test_enumerate.py
tests/runner/ask_tell/test_random.py
tests/runner/ask_tell/bandit/__init__.py
tests/runner/ask_tell/bandit/test_bandit.py
tests/runner/ask_tell/bandit/test_bandit_model.py
tests/runner/ask_tell/basic_ea/__init__.py
tests/runner/ask_tell/basic_ea/test_basic_ea.py
tests/runner/ask_tell/basic_ea/test_ea_utils.py
tests/suite/__init__.py
tests/suite/test_ec_suite.py
tests/suite/test_suite.py
tests/suite/coco/__init__.py
tests/suite/coco/test_coco_problem.py
tests/suite/coco/test_coco_suite.py
tests/utils/__init__.py
tests/utils/dummy_env.py
tests/utils/dummy_wrapper.py
tests/utils/logging_setup.py
tests/utils/test_dict_tools.py
tests/utils/test_launch_experiment.py