Package ec.gp.ge


package ec.gp.ge
  • Classes
    Class
    Description
    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 is a simple subclass of IntegerVectorIndividual which not only prints out (for humans) the Individual as a int vector but also prints out the Individual's tree representation.
    GEProblem is a special replacement for Problem which performs GE mapping.
    GESpecies generates GPIndividuals from GEIndividuals through the application of a grammar parse graph computed by the GrammarParser.
    A GrammarNode representing a GPNode in the GE Grammar.
    The abstract superclass of nodes used by GrammarParser to construct a parse graph to generate GEIndividuals.
    A GrammarParser is the basic class for parsing a GE ruleset into a parse graph of GrammarNodes.
    A GrammarNode representing a Rule in the GE Grammar.