Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/11/10 04:30:31 (14 years ago)
Author:
swagner
Message:

Continued work on algorithm batch processing (#947).

File:
1 edited

Legend:

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

    r3280 r3300  
    7777    private void Initialize(IAlgorithm algorithm) {
    7878      this.algorithm = algorithm;
     79      this.algorithm.Runs.Clear();
    7980      parameters = new Dictionary<string, IItem>();
    8081      results = new Dictionary<string, IItem>();
Note: See TracChangeset for help on using the changeset viewer.