This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/app/gpsymreg
jeggermo a611939e68 Changed the directory structure for gp
now: eoParseTree <-- the eoParseTree class
     eoParseTreeDepthInit <-- the eoParseTree depth initializer (eoGpDepthInitializer)
     eoParseTreeOp <-- the operators (xover and mutation)

base documentation written for:
* eoParseTree
* eoGpDepthInitializer
* eoSubtreeXOver
* eoBranchMutation
* eoPointMutation
* eoExpansionMutation
* eoCollapseSubtreeMutation
* eoHoistMutation

I also created a group ParseTree which contains all classes related to eoParseTree

eoGpMutate.h has been removed (merged with eoParseTree operators into eoParseTreeOp
2001-07-02 13:31:04 +00:00
..
fitness.h Changed the directory structure for gp 2001-07-02 13:31:04 +00:00
main.cc Changed the directory structure for gp 2001-07-02 13:31:04 +00:00
Makefile.am Symbolic Regression GP added app-dir 2001-06-28 14:11:04 +00:00
node.h checks for the existence of finite(x) and isinf(x) built into app/gpsymreg. 2001-06-29 12:15:15 +00:00
parameters.h addition file for parameters for symreg gp 2001-06-28 14:39:36 +00:00