.coveragerc
.gitignore
.readthedocs.yaml
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
codecov.yml
environment.yml
environment_dev.yml
pyproject.toml
setup.py
tasks.py
.github/workflows/CI.yaml
.github/workflows/release.yaml
boa/__init__.py
boa/__main__.py
boa/__version__.py
boa/_doc_utils.py
boa/_version.py
boa/ax_instantiation_utils.py
boa/controller.py
boa/definitions.py
boa/instantiation_base.py
boa/logger.py
boa/metaclasses.py
boa/plotting.py
boa/registry.py
boa/runner.py
boa/scheduler.py
boa/storage.py
boa/utils.py
boa/metrics/__init__.py
boa/metrics/metric_funcs.py
boa/metrics/metrics.py
boa/metrics/modular_metric.py
boa/metrics/synthetic_funcs.py
boa/scripts/__init__.py
boa/scripts/moo.py
boa/scripts/moo.yaml
boa/scripts/run_branin.py
boa/scripts/script_wrappers.py
boa/scripts/synth_func_cli.py
boa/scripts/synth_func_config.yaml
boa/wrappers/__init__.py
boa/wrappers/base_wrapper.py
boa/wrappers/script_wrapper.py
boa/wrappers/wrapper_utils.py
boa_framework.egg-info/PKG-INFO
boa_framework.egg-info/SOURCES.txt
boa_framework.egg-info/dependency_links.txt
boa_framework.egg-info/requires.txt
boa_framework.egg-info/top_level.txt
docs/Makefile
docs/changelog.rst
docs/code_reference.rst
docs/conf.py
docs/contributing.rst
docs/gallery.rst
docs/index.rst
docs/make.bat
docs/troubleshooting.rst
docs/_templates/custom-class-template.rst
docs/_templates/custom-module-template.rst
docs/_templates/custom_module_template_short.rst
docs/examples/example_py_run.rst
docs/examples/index.rst
docs/examples/load_scheduler.ipynb
docs/examples/optimization_run.ipynb
docs/examples/single_config.yaml
docs/examples/boa_runs/scheduler.json
docs/examples/cached_notebooks/example_optimization_results.ipynb
docs/references/rst_references.rst
docs/user_guide/configuration.rst
docs/user_guide/getting_started.rst
docs/user_guide/index.rst
docs/user_guide/package_overview.rst
docs/user_guide/run_script.rst
tests/conftest.py
tests/integration_tests/test_dunder_main.py
tests/integration_tests/test_scripts.py
tests/integration_tests/test_storage.py
tests/scripts/other_langs/r_package_full/config.yaml
tests/scripts/other_langs/r_package_full/fetch_trial_data.R
tests/scripts/other_langs/r_package_full/run_model.R
tests/scripts/other_langs/r_package_full/set_trial_status.R
tests/scripts/other_langs/r_package_full/write_configs.R
tests/scripts/other_langs/r_package_light/config.yaml
tests/scripts/other_langs/r_package_light/run_model.R
tests/scripts/other_langs/r_package_streamlined/config.yaml
tests/scripts/other_langs/r_package_streamlined/config_fail.yaml
tests/scripts/other_langs/r_package_streamlined/run_model.R
tests/scripts/other_langs/r_utils/hartman6.R
tests/scripts/stand_alone_opt_package/stand_alone_model_func.py
tests/scripts/stand_alone_opt_package/stand_alone_pkg_config.yaml
tests/scripts/stand_alone_opt_package/wrapper.py
tests/test_configs/test_config_gen_strat1.yaml
tests/test_configs/test_config_metric.yaml
tests/test_configs/test_config_moo.yaml
tests/test_configs/test_config_param_parse.yaml
tests/test_configs/test_config_pass_through_metric.yaml
tests/test_configs/test_config_soo.yaml
tests/test_configs/test_config_synth.yaml
tests/unit_tests/test_config_normalization.py
tests/unit_tests/test_generation_strategy.py
tests/unit_tests/test_metrics.py
tests/unit_tests/test_objective_loading.py
tests/unit_tests/test_plots.py