Changeset 6939 for trunk/sources/HeuristicLab.Problems.TestFunctions
- Timestamp:
- 10/27/11 12:01:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs
r6938 r6939 99 99 Parameters.Add(new ValueParameter<IntValue>("ProblemSize", "The dimension of the problem.", new IntValue(2))); 100 100 Parameters.Add(new OptionalValueParameter<RealVector>("BestKnownSolution", "The best known solution for this test function instance.")); 101 102 Maximization.Value = Evaluator.Maximization; 103 BestKnownQuality.Value = Evaluator.BestKnownQuality; 101 104 102 105 strategyVectorCreator = new StdDevStrategyVectorCreator();
Note: See TracChangeset
for help on using the changeset viewer.