You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the highest level, the ExperimentOrchestrator is a test harness keeps track of experiments running in memory and allows high-level mechanisms to manage experiment state. It will be able to:
[ ] Provision (create) an experiment instance from a given configuration
[ ] Start/stop a given experiment
[ ] Generate reports/logs for what happened during given experiment
As a note, the ExperimentOrchestrator currently does not persist data across server restarts; it only manages actively running or recently finished experiments.
For now, we'll ignore error handling.
The text was updated successfully, but these errors were encountered:
At the highest level, the
ExperimentOrchestrator
is a test harness keeps track of experiments running in memory and allows high-level mechanisms to manage experiment state. It will be able to:As a note, the
ExperimentOrchestrator
currently does not persist data across server restarts; it only manages actively running or recently finished experiments.For now, we'll ignore error handling.
The text was updated successfully, but these errors were encountered: