Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/Misc
- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/Misc
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/Misc/CIGTAB.cs
r14927 r15018 58 58 59 59 [StorableConstructor] 60 protected CIGTAB( booldeserializing) : base(deserializing) { }60 protected CIGTAB(StorableConstructorFlag deserializing) : base(deserializing) { } 61 61 protected CIGTAB(CIGTAB original, Cloner cloner) : base(original, cloner) { } 62 62 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/Misc/ELLI1.cs
r14927 r15018 58 58 59 59 [StorableConstructor] 60 protected ELLI( booldeserializing) : base(deserializing) { }60 protected ELLI(StorableConstructorFlag deserializing) : base(deserializing) { } 61 61 protected ELLI(ELLI original, Cloner cloner) : base(original, cloner) { } 62 62 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/Misc/Fonseca.cs
r14927 r15018 52 52 53 53 [StorableConstructor] 54 protected Fonseca( booldeserializing) : base(deserializing) { }54 protected Fonseca(StorableConstructorFlag deserializing) : base(deserializing) { } 55 55 protected Fonseca(Fonseca original, Cloner cloner) : base(original, cloner) { } 56 56 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/Misc/Kursawe.cs
r14927 r15018 51 51 52 52 [StorableConstructor] 53 protected Kursawe( booldeserializing) : base(deserializing) { }53 protected Kursawe(StorableConstructorFlag deserializing) : base(deserializing) { } 54 54 protected Kursawe(Kursawe original, Cloner cloner) : base(original, cloner) { } 55 55 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/Misc/SchafferN1.cs
r14927 r15018 52 52 53 53 [StorableConstructor] 54 protected SchafferN1( booldeserializing) : base(deserializing) { }54 protected SchafferN1(StorableConstructorFlag deserializing) : base(deserializing) { } 55 55 protected SchafferN1(SchafferN1 original, Cloner cloner) : base(original, cloner) { } 56 56 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/Misc/SchafferN2.cs
r14927 r15018 48 48 49 49 [StorableConstructor] 50 protected SchafferN2( booldeserializing) : base(deserializing) { }50 protected SchafferN2(StorableConstructorFlag deserializing) : base(deserializing) { } 51 51 protected SchafferN2(SchafferN2 original, Cloner cloner) : base(original, cloner) { } 52 52 public override IDeepCloneable Clone(Cloner cloner) {
Note: See TracChangeset
for help on using the changeset viewer.