heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
32 stars 15 forks source link

SymbolicRegressionSolutionsAnalyzer should allow to collect other solution properties (not only R²) #3135

Open HeuristicLab-Trac-Bot opened 2 years ago

HeuristicLab-Trac-Bot commented 2 years ago

Issue migrated from trac ticket # 3135

milestone: HeuristicLab 3.3.17 | component: Problems.DataAnalysis.Symbolic.Regression | priority: low

2021-09-14 08:51:43: @gkronber created the issue


Currently, the extraction of R² for training and test is hard-coded. It would be nice to have a similar operator that allows to extract other solution properties as well.

HeuristicLab-Trac-Bot commented 2 years ago

2021-09-14 08:51:57: @gkronber changed status from new to accepted

HeuristicLab-Trac-Bot commented 2 years ago

2021-09-14 08:51:57: @gkronber set milestone to HeuristicLab 3.3.17

HeuristicLab-Trac-Bot commented 2 years ago

2021-09-14 09:39:18: @gkronber commented


r18053: added a new analyzer which allows to configure the solution result name, and renamed and marked the existing SolutionRSquaredAnalyzer as obsolete.

HeuristicLab-Trac-Bot commented 2 years ago

2021-09-14 09:39:46: @gkronber changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 2 years ago

2021-09-14 09:39:46: @gkronber changed owner from @gkronber to @mkommend

gkronber commented 2 years ago

I think this can be closed as the change is already in main.