- Timestamp:
- 09/24/10 10:28:08 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/Analyzers/FixedValidationBestScaledSymbolicRegressionSolutionAnalyzer.cs
r4475 r4484 322 322 323 323 SymbolicRegressionSolution bestTrainingSolution = new SymbolicRegressionSolution((DataAnalysisProblemData)ProblemData.Clone(), 324 new SymbolicRegressionModel( SymbolicExpressionTreeInterpreter, scaledBestTrainingTree),324 new SymbolicRegressionModel((ISymbolicExpressionTreeInterpreter)SymbolicExpressionTreeInterpreter.Clone(), scaledBestTrainingTree), 325 325 lowerEstimationLimit, upperEstimationLimit); 326 326 bestTrainingSolution.Name = "Best solution (training)";
Note: See TracChangeset
for help on using the changeset viewer.