Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectivePenaltyScoreEvaluator.cs
- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectivePenaltyScoreEvaluator.cs
r14927 r15018 43 43 44 44 [StorableConstructor] 45 protected SymbolicClassificationSingleObjectivePenaltyScoreEvaluator( booldeserializing) : base(deserializing) { }45 protected SymbolicClassificationSingleObjectivePenaltyScoreEvaluator(StorableConstructorFlag deserializing) : base(deserializing) { } 46 46 protected SymbolicClassificationSingleObjectivePenaltyScoreEvaluator(SymbolicClassificationSingleObjectivePenaltyScoreEvaluator original, Cloner cloner) : base(original, cloner) { } 47 47 public SymbolicClassificationSingleObjectivePenaltyScoreEvaluator()
Note: See TracChangeset
for help on using the changeset viewer.