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
To make Everserver more explicit, we should split running Everest into two parts:
Submitting and starting server
Starting experiment
Both of these should be done without requiring an Everest config on disk, i.e. we should start the experiment through a new endpoint on the server, which takes the serialized experiment config.
We can still create ErtConfig server side for now, can change that in a later step.
Everserver should still shut down once the experiment has completed like it does currently. We can change that behavior in a later step.
The text was updated successfully, but these errors were encountered:
To make Everserver more explicit, we should split running Everest into two parts:
Both of these should be done without requiring an Everest config on disk, i.e. we should start the experiment through a new endpoint on the server, which takes the serialized experiment config.
We can still create ErtConfig server side for now, can change that in a later step.
Everserver should still shut down once the experiment has completed like it does currently. We can change that behavior in a later step.
The text was updated successfully, but these errors were encountered: