Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/04/10 22:01:16 (14 years ago)
Author:
mkommend
Message:

Fixed some cloning bugs and removed unnecessary default ctors (ticket #922).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CloningRefactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.3/Symbolic/SymbolicClassificationSolution.cs

    r4678 r4718  
    7171    protected SymbolicClassificationSolution(bool deserializing) : base(deserializing) { }
    7272    protected SymbolicClassificationSolution(SymbolicClassificationSolution original, Cloner cloner) : base(original, cloner) { }
    73     private SymbolicClassificationSolution() : base() { }
    7473    public SymbolicClassificationSolution(ClassificationProblemData problemData, SymbolicRegressionModel model, double lowerEstimationLimit, double upperEstimationLimit)
    7574      : base(problemData, model, lowerEstimationLimit, upperEstimationLimit) {
Note: See TracChangeset for help on using the changeset viewer.