wei.core.experiment
Code for managing the Experiment logs on the server side
Functions
|
Returns the experiment details |
Scans the experiments directory and pulls in any experiments that are not in the state_manager. |
|
|
Creates a new experiment, optionally associating it with a campaign |
- wei.core.experiment.get_experiment(experiment_id: str) Experiment
Returns the experiment details
- wei.core.experiment.parse_experiments_from_disk()
Scans the experiments directory and pulls in any experiments that are not in the state_manager.
- wei.core.experiment.register_new_experiment(experiment_design: ExperimentDesign) Experiment
Creates a new experiment, optionally associating it with a campaign