Package ec.gp.ge

Class Summary
GEDefaults A static class that returns the base for "default values" which GE-style operators use, rather than making the user specify them all on a per- species basis.
GEIndividual GEIndividual is a simple subclass of ByteVectorIndividual which not only prints out (for humans) the Individual as a byte vector but also prints out the Individual's tree representation.
GEProblem GEProblem is a special replacement for Problem which performs GE mapping.
GESpecies GESpecies generates GPIndividuals from GEIndividuals through the application of a grammar parse graph computed by the GrammarParser.
GrammarFunctionNode A GrammarNode representing a GPNode in the GE Grammar.
GrammarNode The abstract superclass of nodes used by GrammarParser to construct a parse graph to generate GEIndividuals.
GrammarParser A GrammarParser is the basic class for parsing a GE ruleset into a parse graph of GrammarNodes.
GrammarRuleNode A GrammarNode representing a Rule in the GE Grammar.