Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/12 23:55:40 (12 years ago)
Author:
mkommend
Message:

#1783: Removed questionable source lines in execution state handling in the BatchRun and the Experiment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/Experiment.cs

    r7259 r7576  
    337337    private void optimizer_Prepared(object sender, EventArgs e) {
    338338      if (Optimizers.All(x => x.ExecutionState == ExecutionState.Prepared)) OnPrepared();
    339       else if (Optimizers.All(x => x.ExecutionState != ExecutionState.Started)) OnPaused();
    340339    }
    341340    private void optimizer_Started(object sender, EventArgs e) {
Note: See TracChangeset for help on using the changeset viewer.