more doc groups, cleaner modules hierarchy
This commit is contained in:
parent
4310aaf5cc
commit
8b9aea4a0b
10 changed files with 44 additions and 8 deletions
|
|
@ -40,8 +40,9 @@ using namespace gp_parse_tree;
|
|||
/** @defgroup ParseTree
|
||||
|
||||
Various functions for tree-based Genetic Programming
|
||||
*/
|
||||
|
||||
@ingroup Representations
|
||||
*/
|
||||
|
||||
|
||||
/** Implementation of parse-tree for genetic programming
|
||||
|
|
|
|||
|
|
@ -51,6 +51,8 @@ using namespace gp_parse_tree;
|
|||
\li int type(int child) which returns the required type for child 0, 1 or 2
|
||||
|
||||
Pruning strongly typed trees is not possible at the moment.
|
||||
|
||||
\ingroup Representations
|
||||
*/
|
||||
|
||||
/** eoStParseTreeDepthInit : the initializer class for strongly typed tree-based genetic programming
|
||||
|
|
|
|||
Reference in a new issue