Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/25/10 02:57:07 (14 years ago)
Author:
swagner
Message:

Enabled users to choose whether runs should contain a copy of their algorithm or not (#1105)

File:
1 edited

Legend:

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

    r4068 r4102  
    3232    IProblem Problem { get; set; }
    3333    ResultCollection Results { get; }
     34    bool StoreAlgorithmInEachRun { get; set; }
    3435
    3536    void CollectResultValues(IDictionary<string, IItem> values);
    3637
    3738    event EventHandler ProblemChanged;
     39    event EventHandler StoreAlgorithmInEachRunChanged;
    3840  }
    3941}
Note: See TracChangeset for help on using the changeset viewer.