Changeset 15394 for branches/ParallelExperiment/HeuristicLab.Optimization
- Timestamp:
- 10/03/17 12:23:10 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelExperiment/HeuristicLab.Optimization/3.3/MetaOptimizers/BatchRun.cs
r15337 r15394 386 386 } 387 387 private void Optimizer_Prepared(object sender, EventArgs e) { 388 if (batchRunAction == BatchRunAction.Prepare /* || ExecutionState == ExecutionState.Stopped*/) {388 if (batchRunAction == BatchRunAction.Prepare || ExecutionState == ExecutionState.Stopped) { 389 389 ExecutionTime = TimeSpan.Zero; 390 390 runsExecutionTime = TimeSpan.Zero;
Note: See TracChangeset
for help on using the changeset viewer.