Changes between Initial Version and Version 2 of Ticket #2822
- Timestamp:
- 08/17/17 11:29:59 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2822
- Property Status changed from new to accepted
- Property Version changed from 3.3.14 to branch
- Property Summary changed from Support Running Experiment in Parallel to Support Running Experiments in Parallel
-
Ticket #2822 – Description
initial v2 3 3 4 4 To support synchronous calls of Optimizer.Start (implemented in #2258), the behavior was changed and a "Worker Thread" does not run other Optimizers than the Optimizer it was spawned for. 5 However the Start method might still return prematurely if another Optimizer was started asynchronously.6 5 7 6 To allow the user to run an experiment in parallel, we should introduce a more intuitive way of paralleling the experiment, similar as the "Workers" within a CrossValidation.