Changeset 5716 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective
- Timestamp:
- 03/16/11 16:22:24 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectiveProblem.cs
r5685 r5716 22 22 using HeuristicLab.Common; 23 23 using HeuristicLab.Core; 24 using HeuristicLab.Data; 25 using HeuristicLab.Parameters; 24 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 using HeuristicLab.Parameters;26 using HeuristicLab.Data;27 27 28 28 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Classification { … … 69 69 70 70 InitializeOperators(); 71 UpdateEstimationLimits(); 71 72 } 72 73
Note: See TracChangeset
for help on using the changeset viewer.