Changes between Version 24 and Version 25 of Documentation/Reference/GPDL
- Timestamp:
- 07/19/13 00:36:26 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Reference/GPDL
v24 v25 1 1 = Genetic Programming Problem Definition Language (GPDL) = 2 [[http://heal.heuristiclab.com/team/kronberger | Gabriel Kronberger]], last update 8th of July, 20132 [[http://heal.heuristiclab.com/team/kronberger | Gabriel Kronberger]], last update 19th of July, 2013 3 3 gkronber@heuristiclab.com 4 4 … … 40 40 * [[source:/branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Resources/Fib.txt|Fibonacci function]] 41 41 * [[source:/branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Resources/multi-output-multiplier.txt|Multi-output multiplier]] 42 43 == Changelog == 44 * 2013/07/19: transformed ATG for the GPDL syntax analyzator and compiler to Coco/R syntax (from Coco-2) 45 * 2013/07/08: first release at GECCO 42 46 43 47 == Motivating Example: Symbolic Regression ==