Changeset 4168
- Timestamp:
- 08/05/10 14:06:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.NSGA2/3.3/NSGA2.cs
r4086 r4168 207 207 public override IDeepCloneable Clone(Cloner cloner) { 208 208 NSGA2 clone = (NSGA2)base.Clone(cloner); 209 // TODO: Clone additional fields 209 clone.basicMOQualityAnalyzer = (BasicMultiObjectiveQualityAnalyzer)cloner.Clone(basicMOQualityAnalyzer); 210 clone.AttachEventHandlers(); 210 211 return clone; 211 212 }
Note: See TracChangeset
for help on using the changeset viewer.