- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3
- Files:
-
- 38 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Analyzers/BestSingleObjectiveTestFunctionSolutionAnalyzer.cs
r14927 r15018 76 76 77 77 [StorableConstructor] 78 protected BestSingleObjectiveTestFunctionSolutionAnalyzer( booldeserializing) : base(deserializing) { }78 protected BestSingleObjectiveTestFunctionSolutionAnalyzer(StorableConstructorFlag deserializing) : base(deserializing) { } 79 79 protected BestSingleObjectiveTestFunctionSolutionAnalyzer(BestSingleObjectiveTestFunctionSolutionAnalyzer original, Cloner cloner) : base(original, cloner) { } 80 80 public BestSingleObjectiveTestFunctionSolutionAnalyzer() -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/AckleyEvaluator.cs
r14927 r15018 68 68 69 69 [StorableConstructor] 70 protected AckleyEvaluator( booldeserializing) : base(deserializing) { }70 protected AckleyEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 71 71 protected AckleyEvaluator(AckleyEvaluator original, Cloner cloner) : base(original, cloner) { } 72 72 public AckleyEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/BealeEvaluator.cs
r14927 r15018 68 68 69 69 [StorableConstructor] 70 protected BealeEvaluator( booldeserializing) : base(deserializing) { }70 protected BealeEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 71 71 protected BealeEvaluator(BealeEvaluator original, Cloner cloner) : base(original, cloner) { } 72 72 public BealeEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/BoothEvaluator.cs
r14927 r15018 67 67 68 68 [StorableConstructor] 69 protected BoothEvaluator( booldeserializing) : base(deserializing) { }69 protected BoothEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 70 70 protected BoothEvaluator(BoothEvaluator original, Cloner cloner) : base(original, cloner) { } 71 71 public BoothEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/GriewankEvaluator.cs
r14927 r15018 69 69 70 70 [StorableConstructor] 71 protected GriewankEvaluator( booldeserializing) : base(deserializing) { }71 protected GriewankEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 72 72 protected GriewankEvaluator(GriewankEvaluator original, Cloner cloner) : base(original, cloner) { } 73 73 public GriewankEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/LevyEvaluator.cs
r14927 r15018 67 67 68 68 [StorableConstructor] 69 protected LevyEvaluator( booldeserializing) : base(deserializing) { }69 protected LevyEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 70 70 protected LevyEvaluator(LevyEvaluator original, Cloner cloner) : base(original, cloner) { } 71 71 public LevyEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/MatyasEvaluator.cs
r14927 r15018 67 67 68 68 [StorableConstructor] 69 protected MatyasEvaluator( booldeserializing) : base(deserializing) { }69 protected MatyasEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 70 70 protected MatyasEvaluator(MatyasEvaluator original, Cloner cloner) : base(original, cloner) { } 71 71 public MatyasEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/MultinormalEvaluator.cs
r14927 r15018 87 87 88 88 [StorableConstructor] 89 protected MultinormalEvaluator( booldeserializing) : base(deserializing) { }89 protected MultinormalEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 90 90 protected MultinormalEvaluator(MultinormalEvaluator original, Cloner cloner) : base(original, cloner) { } 91 91 public MultinormalEvaluator() { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/RandomEvaluator.cs
r14927 r15018 72 72 73 73 [StorableConstructor] 74 protected RandomEvaluator( booldeserializing) : base(deserializing) { }74 protected RandomEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 75 75 protected RandomEvaluator(RandomEvaluator original, Cloner cloner) : base(original, cloner) { } 76 76 public RandomEvaluator() -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/RastriginEvaluator.cs
r14927 r15018 86 86 87 87 [StorableConstructor] 88 protected RastriginEvaluator( booldeserializing) : base(deserializing) { }88 protected RastriginEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 89 89 protected RastriginEvaluator(RastriginEvaluator original, Cloner cloner) : base(original, cloner) { } 90 90 /// <summary> -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/RosenbrockEvaluator.cs
r14927 r15018 71 71 72 72 [StorableConstructor] 73 protected RosenbrockEvaluator( booldeserializing) : base(deserializing) { }73 protected RosenbrockEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 74 74 protected RosenbrockEvaluator(RosenbrockEvaluator original, Cloner cloner) : base(original, cloner) { } 75 75 public RosenbrockEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/SchwefelEvaluator.cs
r14927 r15018 67 67 68 68 [StorableConstructor] 69 protected SchwefelEvaluator( booldeserializing) : base(deserializing) { }69 protected SchwefelEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 70 70 protected SchwefelEvaluator(SchwefelEvaluator original, Cloner cloner) : base(original, cloner) { } 71 71 public SchwefelEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/SingleObjectiveTestFunctionProblemEvaluator.cs
r14927 r15018 74 74 75 75 [StorableConstructor] 76 protected SingleObjectiveTestFunctionProblemEvaluator( booldeserializing) : base(deserializing) { }76 protected SingleObjectiveTestFunctionProblemEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 77 77 protected SingleObjectiveTestFunctionProblemEvaluator(SingleObjectiveTestFunctionProblemEvaluator original, Cloner cloner) : base(original, cloner) { } 78 78 /// <summary> -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/SphereEvaluator.cs
r14927 r15018 104 104 105 105 [StorableConstructor] 106 protected SphereEvaluator( booldeserializing) : base(deserializing) { }106 protected SphereEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 107 107 protected SphereEvaluator(SphereEvaluator original, Cloner cloner) : base(original, cloner) { } 108 108 /// <summary> -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/SumSquaresEvaluator.cs
r14927 r15018 66 66 67 67 [StorableConstructor] 68 protected SumSquaresEvaluator( booldeserializing) : base(deserializing) { }68 protected SumSquaresEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 69 69 protected SumSquaresEvaluator(SumSquaresEvaluator original, Cloner cloner) : base(original, cloner) { } 70 70 public SumSquaresEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/ZakharovEvaluator.cs
r14927 r15018 70 70 71 71 [StorableConstructor] 72 protected ZakharovEvaluator( booldeserializing) : base(deserializing) { }72 protected ZakharovEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 73 73 protected ZakharovEvaluator(ZakharovEvaluator original, Cloner cloner) : base(original, cloner) { } 74 74 public ZakharovEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/Improvers/SingleObjectiveTestFunctionImprovementOperator.cs
r14927 r15018 99 99 100 100 [StorableConstructor] 101 private SingleObjectiveTestFunctionImprovementOperator( booldeserializing) : base(deserializing) { }101 private SingleObjectiveTestFunctionImprovementOperator(StorableConstructorFlag deserializing) : base(deserializing) { } 102 102 private SingleObjectiveTestFunctionImprovementOperator(SingleObjectiveTestFunctionImprovementOperator original, Cloner cloner) : base(original, cloner) { } 103 103 public SingleObjectiveTestFunctionImprovementOperator() -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/AckleyAdditiveMoveEvaluator.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected AckleyAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }36 protected AckleyAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected AckleyAdditiveMoveEvaluator(AckleyAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 38 38 public AckleyAdditiveMoveEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/AdditiveMoveEvaluator.cs
r14927 r15018 53 53 54 54 [StorableConstructor] 55 protected AdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }55 protected AdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 56 56 protected AdditiveMoveEvaluator(AdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 57 57 protected AdditiveMoveEvaluator() -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/BealeAdditiveMoveEvaluator.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected BealeAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }36 protected BealeAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected BealeAdditiveMoveEvaluator(BealeAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 38 38 public BealeAdditiveMoveEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/BoothAdditiveMoveEvaluator.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected BoothAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }36 protected BoothAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected BoothAdditiveMoveEvaluator(BoothAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 38 38 public BoothAdditiveMoveEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/GriewankAdditiveMoveEvaluator.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected GriewankAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }36 protected GriewankAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected GriewankAdditiveMoveEvaluator(GriewankAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 38 38 public GriewankAdditiveMoveEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/LevyAdditiveMoveEvaluator.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected LevyAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }36 protected LevyAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected LevyAdditiveMoveEvaluator(LevyAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 38 38 public LevyAdditiveMoveEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/MatyasAdditiveMoveEvaluator.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected MatyasAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }36 protected MatyasAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected MatyasAdditiveMoveEvaluator(MatyasAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 38 38 public MatyasAdditiveMoveEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/MultinormalAdditiveMoveEvaluator.cs
r14927 r15018 37 37 38 38 [StorableConstructor] 39 protected MultinormalAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }39 protected MultinormalAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 40 40 protected MultinormalAdditiveMoveEvaluator(MultinormalAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 41 41 public MultinormalAdditiveMoveEvaluator() { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/RandomAdditiveMoveEvaluator.cs
r14927 r15018 39 39 40 40 [StorableConstructor] 41 protected RandomAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }41 protected RandomAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 42 42 protected RandomAdditiveMoveEvaluator(RandomAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 43 43 public RandomAdditiveMoveEvaluator() -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/RastriginAdditiveMoveEvaluator.cs
r14927 r15018 49 49 50 50 [StorableConstructor] 51 protected RastriginAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }51 protected RastriginAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 52 52 protected RastriginAdditiveMoveEvaluator(RastriginAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 53 53 public RastriginAdditiveMoveEvaluator() { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/RealVectorAdditiveMoveWrapper.cs
r14185 r15018 34 34 private RealVector vector; 35 35 36 private RealVectorAdditiveMoveWrapper(bool deserializing) : base(deserializing) { }37 36 private RealVectorAdditiveMoveWrapper(RealVectorAdditiveMoveWrapper original, Cloner cloner) 38 37 : base(original, cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/RosenbrockAdditiveMoveEvaluator.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected RosenbrockAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }36 protected RosenbrockAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected RosenbrockAdditiveMoveEvaluator(RosenbrockAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 38 38 public RosenbrockAdditiveMoveEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/SchwefelAdditiveMoveEvaluator.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected SchwefelAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }36 protected SchwefelAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected SchwefelAdditiveMoveEvaluator(SchwefelAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 38 38 public SchwefelAdditiveMoveEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/SphereAdditiveMoveEvaluator.cs
r14927 r15018 63 63 64 64 [StorableConstructor] 65 protected SphereAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }65 protected SphereAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 66 66 protected SphereAdditiveMoveEvaluator(SphereAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 67 67 public SphereAdditiveMoveEvaluator() { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/SumSquaresAdditiveMoveEvaluator.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected SumSquaresAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }36 protected SumSquaresAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected SumSquaresAdditiveMoveEvaluator(SumSquaresAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 38 38 public SumSquaresAdditiveMoveEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/ZakharovAdditiveMoveEvaluator.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected ZakharovAdditiveMoveEvaluator( booldeserializing) : base(deserializing) { }36 protected ZakharovAdditiveMoveEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected ZakharovAdditiveMoveEvaluator(ZakharovAdditiveMoveEvaluator original, Cloner cloner) : base(original, cloner) { } 38 38 public ZakharovAdditiveMoveEvaluator() : base() { } -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/PathRelinkers/SingleObjectiveTestFunctionPathRelinker.cs
r14927 r15018 55 55 56 56 [StorableConstructor] 57 private SingleObjectiveTestFunctionPathRelinker( booldeserializing) : base(deserializing) { }57 private SingleObjectiveTestFunctionPathRelinker(StorableConstructorFlag deserializing) : base(deserializing) { } 58 58 private SingleObjectiveTestFunctionPathRelinker(SingleObjectiveTestFunctionPathRelinker original, Cloner cloner) : base(original, cloner) { } 59 59 public SingleObjectiveTestFunctionPathRelinker() -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/RealVectorToRealVectorEncoder.cs
r14927 r15018 34 34 35 35 [StorableConstructor] 36 protected RealVectorToRealVectorEncoder( booldeserializing) : base(deserializing) { }36 protected RealVectorToRealVectorEncoder(StorableConstructorFlag deserializing) : base(deserializing) { } 37 37 protected RealVectorToRealVectorEncoder(RealVectorToRealVectorEncoder original, Cloner cloner) : base(original, cloner) { } 38 38 public RealVectorToRealVectorEncoder() -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/SimilarityCalculators/SingleObjectiveTestFunctionSimilarityCalculator.cs
r14927 r15018 44 44 45 45 [StorableConstructor] 46 private SingleObjectiveTestFunctionSimilarityCalculator( booldeserializing) : base(deserializing) { }46 private SingleObjectiveTestFunctionSimilarityCalculator(StorableConstructorFlag deserializing) : base(deserializing) { } 47 47 private SingleObjectiveTestFunctionSimilarityCalculator(SingleObjectiveTestFunctionSimilarityCalculator original, Cloner cloner) 48 48 : base(original, cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs
r14927 r15018 89 89 90 90 [StorableConstructor] 91 private SingleObjectiveTestFunctionProblem( booldeserializing) : base(deserializing) { }91 private SingleObjectiveTestFunctionProblem(StorableConstructorFlag deserializing) : base(deserializing) { } 92 92 private SingleObjectiveTestFunctionProblem(SingleObjectiveTestFunctionProblem original, Cloner cloner) 93 93 : base(original, cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionSolution.cs
r14927 r15018 123 123 124 124 [StorableConstructor] 125 protected SingleObjectiveTestFunctionSolution( booldeserializing) : base(deserializing) { }125 protected SingleObjectiveTestFunctionSolution(StorableConstructorFlag deserializing) : base(deserializing) { } 126 126 protected SingleObjectiveTestFunctionSolution(SingleObjectiveTestFunctionSolution original, Cloner cloner) 127 127 : base(original, cloner) {
Note: See TracChangeset
for help on using the changeset viewer.