Opened 4 years ago
Last modified 4 years ago
#3106 new enhancement
Implementation of Analytic Continued Fractions for Regression
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Algorithms.DataAnalysis | Version: | |
Keywords: | Cc: |
Description
See https://arxiv.org/abs/2001.00624
The implementation is done within a Master's thesis
Change History (9)
comment:1 Changed 4 years ago by gkronber
comment:2 Changed 4 years ago by gkronber
r17848: initial import of code (translated from HL script)
comment:3 Changed 4 years ago by gkronber
r17849: register event handlers in storable hook
comment:5 Changed 4 years ago by gkronber
r17850: fixed a few bugs and implemented method to create an expression tree
comment:6 Changed 4 years ago by gkronber
r17851: Create solution for best individual of each generation
comment:7 Changed 4 years ago by gkronber
r17970: merged r17856:17969 from trunk to branch
comment:8 Changed 4 years ago by gkronber
r17971: first implementation of the algorithm as described in the paper
comment:9 Changed 4 years ago by gkronber
r17972: minor changes to alg but no significant improvement
comment:10 Changed 4 years ago by gkronber
r17983: make a few parameters configurable
Note: See
TracTickets for help on using
tickets.
r17846:17847 created branch