Uses of Package
com.epochx.representation

Packages that use com.epochx.representation
com.epochx.core   
com.epochx.life   
com.epochx.model.ant   
com.epochx.model.majority   
com.epochx.model.multiplexer   
com.epochx.model.parity   
com.epochx.model.regression   
com.epochx.op.crossover   
com.epochx.op.initialisation   
com.epochx.op.mutation   
com.epochx.op.selection   
com.epochx.representation   
com.epochx.representation.action   
com.epochx.representation.bool   
com.epochx.representation.dbl   
com.epochx.stats   
 

Classes in com.epochx.representation used by com.epochx.core
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
FunctionNode
          Represents a function node within a candidate program.
Node
          Subclasses of Node should ensure they call the superclass constructor with all child Nodes so information such as the arity of the Node can be maintained.
TerminalNode
          Defines a terminal node.
 

Classes in com.epochx.representation used by com.epochx.life
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
 

Classes in com.epochx.representation used by com.epochx.model.ant
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
FunctionNode
          Represents a function node within a candidate program.
TerminalNode
          Defines a terminal node.
 

Classes in com.epochx.representation used by com.epochx.model.majority
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
FunctionNode
          Represents a function node within a candidate program.
TerminalNode
          Defines a terminal node.
 

Classes in com.epochx.representation used by com.epochx.model.multiplexer
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
FunctionNode
          Represents a function node within a candidate program.
TerminalNode
          Defines a terminal node.
 

Classes in com.epochx.representation used by com.epochx.model.parity
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
FunctionNode
          Represents a function node within a candidate program.
TerminalNode
          Defines a terminal node.
 

Classes in com.epochx.representation used by com.epochx.model.regression
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
FunctionNode
          Represents a function node within a candidate program.
TerminalNode
          Defines a terminal node.
 

Classes in com.epochx.representation used by com.epochx.op.crossover
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
 

Classes in com.epochx.representation used by com.epochx.op.initialisation
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
Node
          Subclasses of Node should ensure they call the superclass constructor with all child Nodes so information such as the arity of the Node can be maintained.
 

Classes in com.epochx.representation used by com.epochx.op.mutation
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
 

Classes in com.epochx.representation used by com.epochx.op.selection
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
 

Classes in com.epochx.representation used by com.epochx.representation
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.
FunctionNode
          Represents a function node within a candidate program.
Node
          Subclasses of Node should ensure they call the superclass constructor with all child Nodes so information such as the arity of the Node can be maintained.
TerminalNode
          Defines a terminal node.
 

Classes in com.epochx.representation used by com.epochx.representation.action
FunctionNode
          Represents a function node within a candidate program.
Node
          Subclasses of Node should ensure they call the superclass constructor with all child Nodes so information such as the arity of the Node can be maintained.
 

Classes in com.epochx.representation used by com.epochx.representation.bool
FunctionNode
          Represents a function node within a candidate program.
Node
          Subclasses of Node should ensure they call the superclass constructor with all child Nodes so information such as the arity of the Node can be maintained.
 

Classes in com.epochx.representation used by com.epochx.representation.dbl
FunctionNode
          Represents a function node within a candidate program.
Node
          Subclasses of Node should ensure they call the superclass constructor with all child Nodes so information such as the arity of the Node can be maintained.
 

Classes in com.epochx.representation used by com.epochx.stats
CandidateProgram
          A CandidateProgram encapsulates an individual program within a generation of a GP run.