Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8150


Ignore:
Timestamp:
06/28/12 15:14:34 (12 years ago)
Author:
mkommend
Message:

#1884: Corrected special case in executime calculation of the Batchrun if the inner optimizer is prepared.

File:
1 edited

Legend:

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

    r8149 r8150  
    352352    private void Optimizer_Prepared(object sender, EventArgs e) {
    353353      if (ExecutionState == ExecutionState.Stopped || !batchRunStarted) {
     354        ExecutionTime = TimeSpan.Zero;
     355        runsExecutionTime = TimeSpan.Zero;
    354356        OnPrepared();
    355357      }
Note: See TracChangeset for help on using the changeset viewer.