- Timestamp:
- 06/22/20 03:45:41 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/MultiObjectiveProblem.cs
r17610 r17620 161 161 } 162 162 163 private void ParameterizeOperators() { 163 protected override void ParameterizeOperators() { 164 base.ParameterizeOperators(); 165 Parameterize(); 166 } 167 168 private void Parameterize() { 164 169 foreach (var op in Operators.OfType<IMultiObjectiveEvaluationOperator<TEncodedSolution>>()) 165 170 op.EvaluateFunc = Evaluate;
Note: See TracChangeset
for help on using the changeset viewer.