Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15394


Ignore:
Timestamp:
10/03/17 12:23:10 (7 years ago)
Author:
jkarder
Message:

#2822: fixed synchronization of batch run and optimizer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParallelExperiment/HeuristicLab.Optimization/3.3/MetaOptimizers/BatchRun.cs

    r15337 r15394  
    386386    }
    387387    private void Optimizer_Prepared(object sender, EventArgs e) {
    388       if (batchRunAction == BatchRunAction.Prepare/* || ExecutionState == ExecutionState.Stopped*/) {
     388      if (batchRunAction == BatchRunAction.Prepare || ExecutionState == ExecutionState.Stopped) {
    389389        ExecutionTime = TimeSpan.Zero;
    390390        runsExecutionTime = TimeSpan.Zero;
Note: See TracChangeset for help on using the changeset viewer.