Changeset 17745 for branches/2521_ProblemRefactoring/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HillClimber.cs
- Timestamp:
- 09/15/20 13:53:11 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HillClimber.cs
r17612 r17745 125 125 } 126 126 127 var context = new SingleObjectiveSolutionContext<BinaryVector>(solution); 128 context.EvaluationResult = new SingleObjectiveEvaluationResult(fitness); 129 Problem.Analyze(new[] { context }, random); 130 127 131 Iterations++; 128 132 }
Note: See TracChangeset
for help on using the changeset viewer.