Changeset 16635 for branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SymbolicRegressionSolution.cs
- Timestamp:
- 02/28/19 17:20:56 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SymbolicRegressionSolution.cs
r16627 r16635 132 132 estimationLimitResults.Add(new Result(TestNaNEvaluationsResultName, "", new IntValue())); 133 133 Add(new Result(EstimationLimitsResultsResultName, "Results concerning the estimation limits of symbolic regression solution", estimationLimitResults)); 134 Add(new Result(IntervalEvaluationResultName, "Results concerning the derivation of symbolic regression solution", GetIntervalEvaluations())); 134 135 RecalculateResults(); 135 136 136 Add(new Result(IntervalEvaluationResultName, "Results concerning the derivation of symbolic regression solution", GetIntervalEvaluations()));137 137 ; 138 138 } … … 183 183 return intervalEvaluation; 184 184 } 185 185 186 186 private void CalculateResults() { 187 187 ModelLength = Model.SymbolicExpressionTree.Length;
Note: See TracChangeset
for help on using the changeset viewer.