Changeset 4691 for branches/CloningRefactoring/HeuristicLab.Problems.OneMax
- Timestamp:
- 10/29/10 20:34:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CloningRefactoring/HeuristicLab.Problems.OneMax/3.3/OneMaxSolution.cs
r4681 r4691 75 75 Initialize(); 76 76 } 77 public override IDeepCloneable Clone(Cloner cloner) { 78 return new OneMaxSolution(this, cloner); 79 } 77 80 public OneMaxSolution() : base() { } 78 81 public OneMaxSolution(BinaryVector binaryVector, DoubleValue quality)
Note: See TracChangeset
for help on using the changeset viewer.