Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4533 for trunk/sources


Ignore:
Timestamp:
09/28/10 16:15:38 (14 years ago)
Author:
mkommend
Message:

Corrected the execution time of BatchRuns (ticket #1222).

File:
1 edited

Legend:

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

    r4419 r4533  
    2121
    2222using System;
     23using System.Collections.Generic;
    2324using System.Drawing;
    2425using HeuristicLab.Collections;
     
    2728using HeuristicLab.Data;
    2829using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    29 using System.Collections.Generic;
    3030
    3131namespace HeuristicLab.Optimization {
     
    312312    }
    313313    private void Algorithm_Stopped(object sender, EventArgs e) {
    314       ExecutionTime += Algorithm.ExecutionTime;
    315314      repetitionsCounter++;
    316315
Note: See TracChangeset for help on using the changeset viewer.