alinaciuysal / OEDA

Apache License 2.0
1 stars 1 forks source link

Continue to process an interrupted experiment #5

Open alinaciuysal opened 6 years ago

alinaciuysal commented 6 years ago

When target system is shut down or experiment is stopped, there is no possibility to continue the experiment afterwards. Thus, there should be a button in UI to update status of this kind of interrupted experiment.

Buggy case: first we start running an experiment, we observe some data and plots, but stop the experiment because it would take too long.

Then, we create another experiment that will have less number of stages. After some time, experiment is finished and labelled as "Success". When we want to see the results of previously created experiment, we still retrieve the oeda callback of the successful experiment. This occurs because the backend server does not refresh the callback dictionary until it is restarted.

We generally need to make sure that callbacks are experiment-specific in order to allow for parallel handling of experiments in the frontend

alinaciuysal commented 6 years ago

bundled with pause / error / saving state