Opened 3 years ago
Last modified 3 years ago
#3127 accepted task
Exploration of multiple regression genetic programming MRGP
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Problems.DataAnalysis.Symbolic.Regression | Version: | branch |
Keywords: | Cc: |
Description (last modified by gkronber)
Not a correct implementation of MRGP https://flexgp.github.io/gp-learners/mrgp.html https://dl.acm.org/doi/10.1145/2576768.2598291
Rather an exploration of ideas especially looking into an algorithm variant using VarPro.
Change History (5)
comment:1 Changed 3 years ago by gkronber
- Description modified (diff)
comment:2 Changed 3 years ago by gkronber
comment:3 Changed 3 years ago by gkronber
r17997: merged r17992:17993 from trunk to branch
comment:4 Changed 3 years ago by gkronber
- Milestone set to HeuristicLab 3.3.x Backlog
- Status changed from new to accepted
comment:5 Changed 3 years ago by gkronber
r17998 added HEAL.VarPro for regularized variable projection
Note: See
TracTickets for help on using
tickets.
r17987: created a branch to commit my exploratory code.