Changes between Version 14 and Version 15 of Features/Genetic Programming
- Timestamp:
- 07/14/14 11:33:03 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Genetic Programming
v14 v15 2 2 = Genetic Programming with HeuristicLab = 3 3 4 [[ http://dev.heuristiclab.com/trac/hl/core/wiki/UsersSamples#GeneticProgramming | Samples for Genetic Programming]]4 [[UsersSamples#GeneticProgramming | Samples for Genetic Programming]] 5 5 6 6 !HeuristicLab supports tree-based (Koza-style) genetic programming. This classical form of genetic programming uses a tree data structure as representation of solution candidates. The data types and operators to work with tree-based solution candidates are implemented in the plugin `HeuristicLab.Encodings.SymbolicExpressionTree`.