|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectec.Individual
ec.vector.VectorIndividual
ec.cgp.representation.VectorIndividualCGP
public abstract class VectorIndividualCGP
Base class for integer- and float-based CGP individuals.
Field Summary | |
---|---|
java.lang.StringBuffer |
expression
Temporary storage for displaying the full program |
Fields inherited from class ec.Individual |
---|
evaluated, EVALUATED_PREAMBLE, fitness, P_INDIVIDUAL, species |
Constructor Summary | |
---|---|
VectorIndividualCGP()
|
Method Summary | |
---|---|
abstract java.lang.Object |
getGenome()
Return the genome. |
Methods inherited from class ec.vector.VectorIndividual |
---|
defaultCrossover, defaultMutate, genomeLength, join, reset, reset, setGenome, setGenomeLength, size, split |
Methods inherited from class ec.Individual |
---|
clone, equals, genotypeToString, genotypeToStringForHumans, hashCode, parseGenotype, printIndividual, printIndividual, printIndividualForHumans, readGenotype, readIndividual, readIndividual, setup, toString, writeGenotype, writeIndividual |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface ec.Prototype |
---|
defaultBase |
Field Detail |
---|
public java.lang.StringBuffer expression
Constructor Detail |
---|
public VectorIndividualCGP()
Method Detail |
---|
public abstract java.lang.Object getGenome()
getGenome
in class ec.vector.VectorIndividual
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |