Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/ZDT
- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/ZDT
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/ZDT/ZDT.cs
r14927 r15018 49 49 50 50 [StorableConstructor] 51 protected ZDT( booldeserializing) : base(deserializing) { }51 protected ZDT(StorableConstructorFlag deserializing) : base(deserializing) { } 52 52 protected ZDT(MultiObjectiveTestFunction original, Cloner cloner) 53 53 : base(original, cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/ZDT/ZDT1.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected ZDT1( booldeserializing) : base(deserializing) { }36 protected ZDT1(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected ZDT1(ZDT1 original, Cloner cloner) : base(original, cloner) { } 38 38 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/ZDT/ZDT2.cs
r14927 r15018 33 33 34 34 [StorableConstructor] 35 protected ZDT2( booldeserializing) : base(deserializing) { }35 protected ZDT2(StorableConstructorFlag deserializing) : base(deserializing) { } 36 36 protected ZDT2(ZDT2 original, Cloner cloner) : base(original, cloner) { } 37 37 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/ZDT/ZDT3.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected ZDT3( booldeserializing) : base(deserializing) { }36 protected ZDT3(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected ZDT3(ZDT3 original, Cloner cloner) : base(original, cloner) { } 38 38 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/ZDT/ZDT4.cs
r14927 r15018 44 44 45 45 [StorableConstructor] 46 protected ZDT4( booldeserializing) : base(deserializing) { }46 protected ZDT4(StorableConstructorFlag deserializing) : base(deserializing) { } 47 47 protected ZDT4(ZDT4 original, Cloner cloner) : base(original, cloner) { } 48 48 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/ZDT/ZDT6.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected ZDT6( booldeserializing) : base(deserializing) { }36 protected ZDT6(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected ZDT6(ZDT6 original, Cloner cloner) : base(original, cloner) { } 38 38 public override IDeepCloneable Clone(Cloner cloner) {
Note: See TracChangeset
for help on using the changeset viewer.