Opened 5 years ago
Last modified 4 years ago
#3022 accepted enhancement
Implement FFX (Fast Function Extraction) in HeuristicLab
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Algorithms.DataAnalysis | Version: | |
Keywords: | Cc: |
Description
The algorithm should be available in HeuristicLab.
McConaghy, FFX: Fast, Scalable, Deterministic Symbolic Regression Technology, Genetic Programming Theory and Practice IX, Edited by R. Riolo, E. Vladislavleva, and J. Moore, Springer, 2011.
Change History (8)
comment:1 Changed 5 years ago by gkronber
- Owner changed from gkronber to lleko
- Status changed from new to assigned
comment:2 Changed 5 years ago by gkronber
comment:3 Changed 5 years ago by lleko
r17202: add algorithm scaffold.
comment:4 Changed 5 years ago by lleko
r17218
renamed C#-Project, Solution, Plugin and Algorithm
created sample data
downloaded python repo
created script for testing core.py functionality of python repo
comment:5 Changed 5 years ago by lleko
r17219 add generateUnivariateBases(), add BasisFunction class
comment:6 Changed 5 years ago by lleko
r17227 Add implementation for FFX.
comment:7 Changed 4 years ago by lkammere
r17762 Fix dependencies in FFX implementation, so that it is runnable in Hive.
comment:8 Changed 4 years ago by gkronber
- Owner changed from lleko to gkronber
- Status changed from assigned to accepted
r17779: made a few changes while reviewing the code.
r17201: created branch for new algorithm plugin