add tests interfaces as examples in the doc ; remove unused test binaries ; some code formating
This commit is contained in:
parent
c4c27907ed
commit
bd236ee67f
54 changed files with 129 additions and 1410 deletions
|
|
@ -41,6 +41,9 @@ using namespace gp_parse_tree;
|
|||
|
||||
Various functions for tree-based Genetic Programming
|
||||
|
||||
Example:
|
||||
@include t-eoSymreg.cpp
|
||||
|
||||
@ingroup Representations
|
||||
*/
|
||||
|
||||
|
|
@ -166,6 +169,8 @@ public:
|
|||
*/
|
||||
}
|
||||
};
|
||||
/** @example t-eoSymreg.cpp
|
||||
*/
|
||||
|
||||
// friend function to print eoParseTree
|
||||
template <class FType, class Node>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue