Changeset 7442 for trunk/sources/HeuristicLab.Problems.TestFunctions
- Timestamp:
- 02/02/12 08:40:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs
r7351 r7442 101 101 102 102 Maximization.Value = Evaluator.Maximization; 103 BestKnownQuality .Value = Evaluator.BestKnownQuality;103 BestKnownQuality = new DoubleValue(Evaluator.BestKnownQuality); 104 104 105 105 strategyVectorCreator = new StdDevStrategyVectorCreator();
Note: See TracChangeset
for help on using the changeset viewer.