Changeset 13469 for branches/ProblemRefactoring/HeuristicLab.Tests/HeuristicLab-3.3/Samples/OSESGriewankSampleTest.cs
- Timestamp:
- 12/15/15 15:16:24 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Tests/HeuristicLab-3.3/Samples/OSESGriewankSampleTest.cs
r13408 r13469 64 64 problem.ProblemSize = 10; 65 65 problem.TestFunction = new Griewank(); 66 problem. SolutionCreatorParameter.Value= new UniformRandomRealVectorCreator();66 problem.Encoding.SolutionCreator = new UniformRandomRealVectorCreator(); 67 67 problem.Bounds = new DoubleMatrix(new double[,] { { -600, 600 } }); 68 68 problem.BestKnownQuality = 0;
Note: See TracChangeset
for help on using the changeset viewer.