Epistimio / orion

Asynchronous Distributed Hyperparameter Optimization.
https://orion.readthedocs.io
Other
283 stars 52 forks source link

Handle cmdline config with status cmd #1094

Closed bouthilx closed 1 year ago

bouthilx commented 1 year ago

The storage is not a singleton anymore and must be passed down in functions if they all need to use the same storage. The status command was not adjusted properly when the whole code base was refactored to remove singletons.

Now uses ExperimentBuilder always with the same storage.