small documentation change for eoParseTree.h.

added a depth initializer for strongly typed genetic programming
added subtree xover for strongly typed genetic programming
added branch mutation for strongly typed genetic programming
added point mutation for strongly typed genetic programming
added hoist mutation for strongly typed genetic programming
This commit is contained in:
jeggermo 2001-07-17 08:58:52 +00:00
commit 21e42be6d3
3 changed files with 507 additions and 1 deletions

View file

@ -40,7 +40,7 @@ using namespace std;
/**
\defgroup ParseTree
Various functions for a tree-based Genetic Programming
Various functions for tree-based Genetic Programming
*/
/** eoParseTree : implementation of parse-tree for genetic programming