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
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
..
gprop Well, what do you know, major commit. 2001-02-14 10:35:26 +00:00
gpsymreg Changed the directory structure for gp 2001-07-02 13:31:04 +00:00
mastermind eoVector is back (eoFixedLength and eoVariableLength are gone) 2001-02-17 10:51:31 +00:00
.cvsignore initial release 2000-11-23 19:44:47 +00:00
Makefile.am new Mutation operators for eoParseTree in src/gp/eoGpMutate.h 2001-06-28 14:03:59 +00:00