Changeset 4102 for trunk/sources/HeuristicLab.Optimization/3.3/Interfaces
- Timestamp:
- 07/25/10 02:57:07 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/IAlgorithm.cs
r4068 r4102 32 32 IProblem Problem { get; set; } 33 33 ResultCollection Results { get; } 34 bool StoreAlgorithmInEachRun { get; set; } 34 35 35 36 void CollectResultValues(IDictionary<string, IItem> values); 36 37 37 38 event EventHandler ProblemChanged; 39 event EventHandler StoreAlgorithmInEachRunChanged; 38 40 } 39 41 }
Note: See TracChangeset
for help on using the changeset viewer.