LICENSE
README.md
main.py
pyproject.toml
alchemist_core/__init__.py
alchemist_core/config.py
alchemist_core/events.py
alchemist_core/session.py
alchemist_core/acquisition/__init__.py
alchemist_core/acquisition/base_acquisition.py
alchemist_core/acquisition/botorch_acquisition.py
alchemist_core/acquisition/skopt_acquisition.py
alchemist_core/data/__init__.py
alchemist_core/data/experiment_manager.py
alchemist_core/data/search_space.py
alchemist_core/models/__init__.py
alchemist_core/models/ax_model.py
alchemist_core/models/base_model.py
alchemist_core/models/botorch_model.py
alchemist_core/models/sklearn_model.py
alchemist_core/utils/__init__.py
alchemist_nrel.egg-info/PKG-INFO
alchemist_nrel.egg-info/SOURCES.txt
alchemist_nrel.egg-info/dependency_links.txt
alchemist_nrel.egg-info/entry_points.txt
alchemist_nrel.egg-info/requires.txt
alchemist_nrel.egg-info/top_level.txt
api/__init__.py
api/dependencies.py
api/example_client.py
api/main.py
api/middleware/__init__.py
api/middleware/error_handlers.py
api/models/__init__.py
api/models/requests.py
api/models/responses.py
api/routers/__init__.py
api/routers/acquisition.py
api/routers/experiments.py
api/routers/models.py
api/routers/sessions.py
api/routers/variables.py
api/routers/visualizations.py
api/services/__init__.py
api/services/session_store.py
tests/test_core_data.py
tests/test_event_system.py
tests/test_logging.py
tests/test_session_api.py
ui/__init__.py
ui/acquisition_panel.py
ui/custom_widgets.py
ui/experiment_logger.py
ui/gpr_panel.py
ui/notifications.py
ui/pool_viz.py
ui/ui.py
ui/ui_utils.py
ui/utils.py
ui/variables_setup.py
ui/visualizations.py