Classes | |
| class | eoStParseTreeDepthInit< FType, Node > |
| eoStParseTreeDepthInit : the initializer class for strongly typed tree-based genetic programming More... | |
| class | eoStSubtreeXOver< FType, Node > |
| eoStSubtreeXOver --> subtree xover for strongly typed tree-based genetic programming More... | |
| class | eoStBranchMutation< FType, Node > |
| eoStBranchMutation --> replace a strongly typed subtree with a randomly created strongly typed subtree More... | |
| class | eoStPointMutation< FType, Node > |
| eoStPointMutation --> replace a Node with a Node of the same arity and type More... | |
| class | eoStHoistMutation< FType, Node > |
| eoStHoistMutation --> replace the individual with one of its strongly typed subtree's More... | |
The StParseTree functions use the same eoParseTree class for the individual but now each node class must have two additional functions.
1.5.5