Changeset 7734 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective
- Timestamp:
- 04/17/12 13:35:55 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectiveProblem.cs
r7259 r7734 76 76 Operators.Add(new SymbolicClassificationSingleObjectiveValidationBestSolutionAnalyzer()); 77 77 Operators.Add(new SymbolicClassificationSingleObjectiveOverfittingAnalyzer()); 78 Operators.Add(new SymbolicClassificationSingleObjectiveTrainingParetoBestSolutionAnalyzer()); 79 Operators.Add(new SymbolicClassificationSingleObjectiveValidationParetoBestSolutionAnalyzer()); 78 80 ParameterizeOperators(); 79 81 }
Note: See TracChangeset
for help on using the changeset viewer.