- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.ParameterOptimization/3.3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.ParameterOptimization/3.3/BestSolutionAnalyzer.cs
r14927 r15018 71 71 72 72 [StorableConstructor] 73 protected BestSolutionAnalyzer( booldeserializing) : base(deserializing) { }73 protected BestSolutionAnalyzer(StorableConstructorFlag deserializing) : base(deserializing) { } 74 74 protected BestSolutionAnalyzer(BestSolutionAnalyzer original, Cloner cloner) 75 75 : base(original, cloner) { } -
branches/PersistenceReintegration/HeuristicLab.Problems.ParameterOptimization/3.3/BestSolutionsAnalyzer.cs
r14927 r15018 76 76 77 77 [StorableConstructor] 78 protected BestSolutionsAnalyzer( booldeserializing) : base(deserializing) { }78 protected BestSolutionsAnalyzer(StorableConstructorFlag deserializing) : base(deserializing) { } 79 79 protected BestSolutionsAnalyzer(BestSolutionsAnalyzer original, Cloner cloner) 80 80 : base(original, cloner) { } -
branches/PersistenceReintegration/HeuristicLab.Problems.ParameterOptimization/3.3/ParameterOptimizationProblem.cs
r14927 r15018 77 77 78 78 [StorableConstructor] 79 protected ParameterOptimizationProblem( booldeserializing) : base(deserializing) { }79 protected ParameterOptimizationProblem(StorableConstructorFlag deserializing) : base(deserializing) { } 80 80 protected ParameterOptimizationProblem(ParameterOptimizationProblem original, Cloner cloner) 81 81 : base(original, cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.ParameterOptimization/3.3/ParameterVectorEvaluator.cs
r14927 r15018 54 54 55 55 [StorableConstructor] 56 protected ParameterVectorEvaluator( booldeserializing) : base(deserializing) { }56 protected ParameterVectorEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 57 57 protected ParameterVectorEvaluator(ParameterVectorEvaluator original, Cloner cloner) 58 58 : base(original, cloner) {
Note: See TracChangeset
for help on using the changeset viewer.