Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/03/10 06:04:49 (15 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/Interfaces/IAlgorithm.cs

    r3226 r3260  
    2121
    2222using System;
    23 using HeuristicLab.Collections;
     23using System.Collections.Generic;
    2424using HeuristicLab.Common;
    2525using HeuristicLab.Core;
     
    4141    void Stop();
    4242
     43    void CollectResultValues(IDictionary<string, IItem> values);
     44
    4345    event EventHandler ProblemChanged;
    4446    event EventHandler ExecutionTimeChanged;
Note: See TracChangeset for help on using the changeset viewer.