Changeset 3300 for trunk/sources/HeuristicLab.Optimization
- Timestamp:
- 04/11/10 04:30:31 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Optimization/3.3/Run.cs ΒΆ
r3280 r3300 77 77 private void Initialize(IAlgorithm algorithm) { 78 78 this.algorithm = algorithm; 79 this.algorithm.Runs.Clear(); 79 80 parameters = new Dictionary<string, IItem>(); 80 81 results = new Dictionary<string, IItem>();
Note: See TracChangeset
for help on using the changeset viewer.