LICENSE.md
MANIFEST.in
NOTICE.md
README.md
requirements.txt
setup.py
deepopt/__init__.py
deepopt/acquisition.py
deepopt/configuration.py
deepopt/deepopt_cli.py
deepopt/defaults.py
deepopt/deltaenc.py
deepopt/input_scaling.py
deepopt/models.py
deepopt/nn_ensemble.py
deepopt/output_scaling.py
deepopt/surrogate_utils.py
deepopt.egg-info/PKG-INFO
deepopt.egg-info/SOURCES.txt
deepopt.egg-info/dependency_links.txt
deepopt.egg-info/entry_points.txt
deepopt.egg-info/requires.txt
deepopt.egg-info/top_level.txt
requirements/.gitkeep
requirements/dev.txt
requirements/requirements.txt
tests/test_acquisition.py
tests/test_benchmark_native_acq.py
tests/test_cli.py
tests/test_configuration.py
tests/test_input_scaling.py
tests/test_models_data_handling.py
tests/test_nn_models.py
tests/test_output_scaling.py
tests/test_surrogate_utils.py