public class PointSetPropertyPair
extends org.jgap.gp.CommandGene
implements org.jgap.gp.IMutateable, org.jgap.util.ICloneable
| Constructor and Description |
|---|
PointSetPropertyPair(LinkSpecGeneticLearnerConfig a_conf,
Class<?> a_returnType,
int a_subReturnType,
boolean a_mutateable,
int propPairIndex) |
PointSetPropertyPair(LinkSpecGeneticLearnerConfig a_conf,
Class<?> a_returnType,
int a_subReturnType,
int propPairIndex) |
| Modifier and Type | Method and Description |
|---|---|
org.jgap.gp.CommandGene |
applyMutation(int arg0,
double arg1) |
org.jgap.gp.CommandGene |
clone() |
Object |
execute_object(org.jgap.gp.impl.ProgramChromosome a_chrom,
int a_n,
Object[] args) |
void |
execute_void(org.jgap.gp.impl.ProgramChromosome a_chrom,
int a_n,
Object[] args) |
String |
toString() |
check, check, cleanup, compareTo, dynamizeArity, ensureUniqueness, ensureUniqueness, ensureUniqueness2, equals, execute_boolean, execute_double, execute_float, execute_int, execute_long, execute, getAllele, getApplicationData, getArity, getArityMax, getArityMin, getChildType, getCommandType, getEnergy, getGPConfiguration, getInternalValue, getName, getPersistentRepresentation, getPersistentRepresentationExt, getReturnType, getSubChildType, getSubChildTypes, getSubReturnType, hashCode, init, isAffectGlobalState, isCompareApplicationData, isFloatType, isIntegerType, isValid, isValid, setAllele, setApplicationData, setArity, setArityMax, setArityMin, setCompareApplicationData, setEnergy, setNoValidation, setReturnType, setToRandomValue, setValueFromPersistentRepresentation, setValueFromString, sizepublic PointSetPropertyPair(LinkSpecGeneticLearnerConfig a_conf, Class<?> a_returnType, int a_subReturnType, boolean a_mutateable, int propPairIndex) throws org.jgap.InvalidConfigurationException
org.jgap.InvalidConfigurationExceptionpublic PointSetPropertyPair(LinkSpecGeneticLearnerConfig a_conf, Class<?> a_returnType, int a_subReturnType, int propPairIndex) throws org.jgap.InvalidConfigurationException
org.jgap.InvalidConfigurationExceptionpublic String toString()
toString in class org.jgap.gp.CommandGenepublic org.jgap.gp.CommandGene applyMutation(int arg0,
double arg1)
throws org.jgap.InvalidConfigurationException
applyMutation in interface org.jgap.gp.IMutateableorg.jgap.InvalidConfigurationExceptionpublic org.jgap.gp.CommandGene clone()
public void execute_void(org.jgap.gp.impl.ProgramChromosome a_chrom,
int a_n,
Object[] args)
execute_void in class org.jgap.gp.CommandGeneCopyright © 2018. All rights reserved.