heal-research / HeuristicLab

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

Evaluation of symbolic regression solutions based on the correlation coefficient instead of the (scaled) MSE #1117

Closed HeuristicLab-Trac-Bot closed 14 years ago

HeuristicLab-Trac-Bot commented 14 years ago

Issue migrated from trac ticket # 1117

milestone: HeuristicLab 3.3.1 | component: ZZZ OBSOLETE: Problems.DataAnalysis.Regression | priority: medium | resolution: done

2010-07-31 16:52:27: @gkronber created the issue


Maximizing the Pearson's correlation coefficient r² is equivalent to maximization of the scaled MSE, however the calculation of r² is more efficient because it can be calculated in a single pass while the scaled MSE has to be calculated in two passes.

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-01 15:47:09: @gkronber changed status from new to assigned

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-01 18:13:56: @gkronber commented


Added correlation coefficient evaluator for symbolic regression problems with r4127.

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-11 11:54:06: @gkronber commented


r4190:

  • Moved upper and lower estimation limit parameters into ISymbolicRegressionEvaluator interface and introduced an Evaluate method in the interface in preparation for a ISymbolicRegressionEvaluator parameter for the validation best solution analyzer.
HeuristicLab-Trac-Bot commented 14 years ago

2010-08-11 12:01:10: @gkronber commented


r4191:

  • Changed validation best solution analyzer and tournament pruning operator to use the evaluator specified in the problem parameters.
HeuristicLab-Trac-Bot commented 14 years ago

2010-09-28 14:17:03: @gkronber changed status from assigned to accepted

HeuristicLab-Trac-Bot commented 14 years ago

2010-09-28 14:17:10: @gkronber changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 14 years ago

2010-09-28 14:17:10: @gkronber changed owner from gkronber to mkommend

HeuristicLab-Trac-Bot commented 14 years ago

2010-09-30 14:48:03: @mkommend changed status from reviewing to readytorelease

HeuristicLab-Trac-Bot commented 14 years ago

2010-09-30 14:48:08: @mkommend changed status from readytorelease to closed

HeuristicLab-Trac-Bot commented 14 years ago

2010-09-30 14:48:08: @mkommend removed resolution

HeuristicLab-Trac-Bot commented 13 years ago

2010-11-15 01:33:21: @s-wagner changed milestone from Iteration 4 to Current

HeuristicLab-Trac-Bot commented 13 years ago

2010-11-15 01:33:21: @s-wagner commented


Milestone Iteration 4 deleted

HeuristicLab-Trac-Bot commented 13 years ago

2010-11-15 17:53:05: @s-wagner changed milestone from Current to HeuristicLab 3.3.0

HeuristicLab-Trac-Bot commented 13 years ago

2010-11-15 17:53:05: @s-wagner commented


Milestone Current deleted