Free cookie consent management tool by TermsFeed Policy Generator

Opened 12 years ago

Closed 12 years ago

#1788 closed feature request (done)

Provide more evaluators for symbolic regression problems

Reported by: mkommend Owned by: gkronber
Priority: medium Milestone: HeuristicLab 3.3.7
Component: Problems.DataAnalysis.Symbolic.Regression Version: 3.3.7
Keywords: Cc:

Description

The MAE or the pearson's R should be provided as additional evaluators for symbolic regression problems.

Change History (12)

comment:1 Changed 12 years ago by mkommend

  • Status changed from new to accepted

comment:2 Changed 12 years ago by mkommend

r7672: Prepared symbolic regression evaluators to apply linear scaling and moved to separate folder.

comment:3 Changed 12 years ago by mkommend

r7677: Implemented new symbolic regression evaluators.

comment:4 Changed 12 years ago by mkommend

r7678: added new online calculators.

comment:5 Changed 12 years ago by mkommend

  • Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.7
  • Owner changed from mkommend to gkronber
  • Status changed from accepted to reviewing

comment:6 Changed 12 years ago by gkronber

Reviewed r7677 and r7678. The changes look good but I am going to make the change that only the scaled values are bounded.

comment:7 Changed 12 years ago by gkronber

  • Status changed from reviewing to assigned

comment:8 Changed 12 years ago by gkronber

r8113: changed symbolic regression evaluators to bound estimated values after scaling instead of before.

comment:9 Changed 12 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from assigned to reviewing

Please review r8113 and set this ticket to ready-to-release if the change is ok.

comment:10 Changed 12 years ago by mkommend

r8127: Changed formatting.

comment:11 Changed 12 years ago by mkommend

  • Owner changed from mkommend to gkronber
  • Status changed from reviewing to readytorelease

Thanks for updating the code. However I am not sure if the LINQ approach is not slower compared to directing accessing the cache and perform the scaling and bounding (but the performance difference should be negligible).

comment:12 Changed 12 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version changed from 3.3.6 to 3.3.7
Note: See TracTickets for help on using tickets.