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

Grammatical Evolution #2109

Closed HeuristicLab-Trac-Bot closed 10 years ago

HeuristicLab-Trac-Bot commented 11 years ago

Issue migrated from trac ticket # 2109

milestone: HeuristicLab 3.3.10 | component: Algorithms | priority: medium | resolution: done

2013-09-13 12:14:15: @gkronber created the issue


Implementation of Grammatical Evolution (its genotype-to-phenotype mapping) in HL.[[BR]] This includes the creation of a SymbolicExpressionTree (phenotype) out of an IntegerVector (genotype), using a SymbolicExpressionGrammar.[[BR]] The implementation should be tested by adapting the Artificial Ant problem and the Symbolic Regression problem.

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-01 14:44:03: sawinkle

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 10:44:21: @gkronber changed status from accepted to assigned

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 10:44:21: @gkronber changed owner from sawinkle to @gkronber

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 10:44:29: @gkronber changed status from assigned to accepted

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 11:00:29: @gkronber commented


r10968: updated license headers and the solution file (for VS2012)

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 12:07:20: @gkronber commented


r10974: minor code cleanup

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 12:16:24: @gkronber commented


r10975: copied grammatical evolution plugin from feature development branch into the trunk

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 12:16:41: @gkronber changed milestone from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.10

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 13:58:42: @gkronber commented


r10983: added unit test to create and run grammatical evolution samples

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 14:02:21: @gkronber commented


r10984: retry until a unique constant is sampled when creating constants in the GE symbolic regression grammar

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 14:05:34: @gkronber commented


r10986: added GE samples (symbreg and artificial ant) to the list of samples in the optimizer

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 14:05:48: @gkronber changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 14:24:43: @gkronber commented


r10988: moved implementation of grammatical evolution problem into a version 3.3 folder and fixed build output paths

r10989: set svn:ignore properties

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-11 15:21:11: @gkronber commented


r10996: removed plugin dependency HeuristicLab.Analysis

HeuristicLab-Trac-Bot commented 10 years ago

2014-06-12 12:45:18: @gkronber commented


r11008: removed incorrect unit test attributes from a helper method

HeuristicLab-Trac-Bot commented 10 years ago

2014-07-04 09:07:49: @gkronber changed status from reviewing to readytorelease

HeuristicLab-Trac-Bot commented 10 years ago

2014-07-04 09:07:49: @gkronber commented


This ticket is ready to be released. A documentation page for grammatical evolution should be created.

HeuristicLab-Trac-Bot commented 10 years ago

2014-07-07 13:48:10: @gkronber commented


r11103: merged r10975,r10983,r10984,r10986,r10988,r10989,r10996,r11008 (grammatical evolution) from trunk to stable

HeuristicLab-Trac-Bot commented 10 years ago

2014-07-07 14:06:50: @gkronber changed status from readytorelease to closed

HeuristicLab-Trac-Bot commented 10 years ago

2014-07-07 14:06:50: @gkronber removed resolution