Changeset 2034 for trunk/sources/HeuristicLab.Logging
- Timestamp:
- 06/09/09 14:34:56 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Logging/3.2/BestSolutionStorer.cs
r1530 r2034 31 31 /// Keeps a variable in the global scope that contains the scope representing the best solution. 32 32 /// </summary> 33 public class BestSolutionStorer : DelegatingOperator{33 public class BestSolutionStorer : OperatorBase { 34 34 /// <inheritdoc select="summary"/> 35 35 public override string Description {
Note: See TracChangeset
for help on using the changeset viewer.