Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 2 of Ticket #2822


Ignore:
Timestamp:
08/17/17 11:29:59 (7 years ago)
Author:
pfleck
Comment:

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  
    33
    44To 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.
    65
    76To 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.