Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions
- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/DTLZ/DTLZ.cs
r14927 r15018 50 50 51 51 [StorableConstructor] 52 protected DTLZ( booldeserializing) : base(deserializing) { }52 protected DTLZ(StorableConstructorFlag deserializing) : base(deserializing) { } 53 53 protected DTLZ(DTLZ original, Cloner cloner) : base(original, cloner) { } 54 54 public DTLZ() : base(minimumObjectives: 2, maximumObjectives: int.MaxValue, minimumSolutionLength: 2, maximumSolutionLength: int.MaxValue) { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/DTLZ/DTLZ1.cs
r14927 r15018 35 35 36 36 [StorableConstructor] 37 protected DTLZ1( booldeserializing) : base(deserializing) { }37 protected DTLZ1(StorableConstructorFlag deserializing) : base(deserializing) { } 38 38 protected DTLZ1(DTLZ1 original, Cloner cloner) : base(original, cloner) { } 39 39 public DTLZ1() : base() { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/DTLZ/DTLZ2.cs
r14927 r15018 35 35 36 36 [StorableConstructor] 37 protected DTLZ2( booldeserializing) : base(deserializing) { }37 protected DTLZ2(StorableConstructorFlag deserializing) : base(deserializing) { } 38 38 protected DTLZ2(DTLZ2 original, Cloner cloner) : base(original, cloner) { } 39 39 public DTLZ2() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/DTLZ/DTLZ3.cs
r14927 r15018 35 35 36 36 [StorableConstructor] 37 protected DTLZ3( booldeserializing) : base(deserializing) { }37 protected DTLZ3(StorableConstructorFlag deserializing) : base(deserializing) { } 38 38 protected DTLZ3(DTLZ3 original, Cloner cloner) : base(original, cloner) { } 39 39 public DTLZ3() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/DTLZ/DTLZ4.cs
r14927 r15018 35 35 36 36 [StorableConstructor] 37 protected DTLZ4( booldeserializing) : base(deserializing) { }37 protected DTLZ4(StorableConstructorFlag deserializing) : base(deserializing) { } 38 38 protected DTLZ4(DTLZ4 original, Cloner cloner) : base(original, cloner) { } 39 39 public DTLZ4() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/DTLZ/DTLZ5.cs
r14927 r15018 31 31 32 32 [StorableConstructor] 33 protected DTLZ5( booldeserializing) : base(deserializing) { }33 protected DTLZ5(StorableConstructorFlag deserializing) : base(deserializing) { } 34 34 protected DTLZ5(DTLZ5 original, Cloner cloner) : base(original, cloner) { } 35 35 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/DTLZ/DTLZ6.cs
r14927 r15018 31 31 32 32 [StorableConstructor] 33 protected DTLZ6( booldeserializing) : base(deserializing) { }33 protected DTLZ6(StorableConstructorFlag deserializing) : base(deserializing) { } 34 34 protected DTLZ6(DTLZ6 original, Cloner cloner) : base(original, cloner) { } 35 35 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/DTLZ/DTLZ7.cs
r14927 r15018 36 36 37 37 [StorableConstructor] 38 protected DTLZ7( booldeserializing) : base(deserializing) { }38 protected DTLZ7(StorableConstructorFlag deserializing) : base(deserializing) { } 39 39 protected DTLZ7(DTLZ7 original, Cloner cloner) : base(original, cloner) { } 40 40 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/DTLZ/DTLZ8.cs
r14927 r15018 38 38 39 39 [StorableConstructor] 40 protected DTLZ8( booldeserializing) : base(deserializing) { }40 protected DTLZ8(StorableConstructorFlag deserializing) : base(deserializing) { } 41 41 protected DTLZ8(DTLZ8 original, Cloner cloner) : base(original, cloner) { } 42 42 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/IHR/IHR.cs
r14927 r15018 44 44 45 45 [StorableConstructor] 46 protected IHR( booldeserializing) : base(deserializing) { }46 protected IHR(StorableConstructorFlag deserializing) : base(deserializing) { } 47 47 protected IHR(IHR original, Cloner cloner) : base(original, cloner) { } 48 48 public IHR() : base(minimumObjectives: 2, maximumObjectives: 2, minimumSolutionLength: 2, maximumSolutionLength: int.MaxValue) { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/IHR/IHR1.cs
r14927 r15018 45 45 46 46 [StorableConstructor] 47 protected IHR1( booldeserializing) : base(deserializing) { }47 protected IHR1(StorableConstructorFlag deserializing) : base(deserializing) { } 48 48 protected IHR1(IHR1 original, Cloner cloner) : base(original, cloner) { } 49 49 public IHR1() : base() { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/IHR/IHR2.cs
r14927 r15018 46 46 47 47 [StorableConstructor] 48 protected IHR2( booldeserializing) : base(deserializing) { }48 protected IHR2(StorableConstructorFlag deserializing) : base(deserializing) { } 49 49 protected IHR2(IHR2 original, Cloner cloner) : base(original, cloner) { } 50 50 public IHR2() : base() { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/IHR/IHR3.cs
r14927 r15018 46 46 47 47 [StorableConstructor] 48 protected IHR3( booldeserializing) : base(deserializing) { }48 protected IHR3(StorableConstructorFlag deserializing) : base(deserializing) { } 49 49 protected IHR3(IHR3 original, Cloner cloner) : base(original, cloner) { } 50 50 public IHR3() : base() { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/IHR/IHR4.cs
r14927 r15018 49 49 50 50 [StorableConstructor] 51 protected IHR4( booldeserializing) : base(deserializing) { }51 protected IHR4(StorableConstructorFlag deserializing) : base(deserializing) { } 52 52 protected IHR4(IHR4 original, Cloner cloner) : base(original, cloner) { } 53 53 public IHR4() : base() { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/IHR/IHR6.cs
r14927 r15018 45 45 46 46 [StorableConstructor] 47 protected IHR6( booldeserializing) : base(deserializing) { }47 protected IHR6(StorableConstructorFlag deserializing) : base(deserializing) { } 48 48 protected IHR6(IHR6 original, Cloner cloner) : base(original, cloner) { } 49 49 public IHR6() : base() { -
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) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/TestFunctions/MultiObjectiveTestFunction.cs
r14927 r15018 120 120 121 121 [StorableConstructor] 122 protected MultiObjectiveTestFunction( booldeserializing) : base(deserializing) { }122 protected MultiObjectiveTestFunction(StorableConstructorFlag deserializing) : base(deserializing) { } 123 123 124 124 protected MultiObjectiveTestFunction(MultiObjectiveTestFunction original, Cloner cloner) -
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.