Changeset 8985
- Timestamp:
- 12/03/12 10:54:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SingleObjective/Evaluators/SymbolicRegressionConstantOptimizationEvaluator.cs
r8984 r8985 132 132 ApplyLinearScalingParameter.ExecutionContext = context; 133 133 134 // Pearson R² evaluator is used on purpose instead of the const-opt evaluator, 135 // because Evaluate() is used to get the quality of evolved models on 136 // different partitions of the dataset (e.g., best validation model) 134 137 double r2 = SymbolicRegressionSingleObjectivePearsonRSquaredEvaluator.Calculate(SymbolicDataAnalysisTreeInterpreterParameter.ActualValue, tree, EstimationLimitsParameter.ActualValue.Lower, EstimationLimitsParameter.ActualValue.Upper, problemData, rows, ApplyLinearScalingParameter.ActualValue.Value); 135 138
Note: See TracChangeset
for help on using the changeset viewer.