Epistimio / orion

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

Trials are manually inserted with "interrupted" instead of "new" when reserved=False #1015

Open Delaunay opened 1 year ago

Delaunay commented 1 year ago

FIX

         if not reserve:
-            self.release(trial)
+            self.release(trial, status='new')
Delaunay commented 1 year ago

Fixed in Orion As a Service https://github.com/Epistimio/orion/pull/1023