Serialized Form


Package ec.cgp

Class ec.cgp.Breeder extends ec.simple.SimpleBreeder implements Serializable

Class ec.cgp.ESSelectionCGP extends ec.es.ESSelection implements Serializable

Class ec.cgp.FitnessCGP extends ec.simple.SimpleFitness implements Serializable

Class ec.cgp.MuLambdaBreederCGP extends ec.es.MuPlusLambdaBreeder implements Serializable

Class ec.cgp.Stats extends ec.simple.SimpleStatistics implements Serializable


Package ec.cgp.problems

Class ec.cgp.problems.ClassificationProblem extends ProblemCGP implements Serializable

Class ec.cgp.problems.ProblemBreastCancerW extends ClassificationProblem implements Serializable

Class ec.cgp.problems.ProblemBreastCancerY extends ClassificationProblem implements Serializable

Class ec.cgp.problems.ProblemCGP extends ec.Problem implements Serializable

Class ec.cgp.problems.ProblemIris extends ClassificationProblem implements Serializable

Class ec.cgp.problems.ProblemParity extends ProblemCGP implements Serializable

Class ec.cgp.problems.ProblemRegression extends ProblemCGP implements Serializable

Serialized Fields

function

int function
Which function to use. Acceptable values: {1, 2, 3}.


Package ec.cgp.representation

Class ec.cgp.representation.FloatVectorIndividual extends VectorIndividualCGP implements Serializable

Serialized Fields

genome

float[] genome
the genome

Class ec.cgp.representation.FloatVectorSpecies extends VectorSpeciesCGP implements Serializable

Class ec.cgp.representation.IntegerVectorIndividual extends VectorIndividualCGP implements Serializable

Serialized Fields

genome

int[] genome
the genome

Class ec.cgp.representation.IntegerVectorSpecies extends VectorSpeciesCGP implements Serializable

Class ec.cgp.representation.VectorIndividualCGP extends ec.vector.VectorIndividual implements Serializable

Serialized Fields

expression

java.lang.StringBuffer expression
Temporary storage for displaying the full program

Class ec.cgp.representation.VectorSpeciesCGP extends ec.vector.VectorSpecies implements Serializable

Serialized Fields

numNodes

int numNodes
Number of function call nodes comprising the CGP. Does not include output nodes.


numInputs

int numInputs
Number of input nodes. Includes any automatically-managed constants (see CGPProblem).


numOutputs

int numOutputs
Number of output nodes


numFunctions

int numFunctions
Number of functions in the function set.


maxArity

int maxArity
Max arity of the function set