Changeset 11885 for branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Operators/SingleObjectiveImprover.cs
- Timestamp:
- 02/04/15 13:28:37 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Operators/SingleObjectiveImprover.cs
r11880 r11885 110 110 LocalEvaluatedSolutionsParameter.ActualValue = new IntValue(count); 111 111 QualityParameter.ActualValue = new DoubleValue(quality); 112 individual.Copy (ExecutionContext.Scope);112 individual.CopyToScope(ExecutionContext.Scope); 113 113 return base.Apply(); 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.