|
JGAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgap.gp.CommandGene
examples.gp.anttrail.AntCommand
public abstract class AntCommand
Abstract base class for GP-commands related to the ant trail problem.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jgap.gp.CommandGene |
---|
CommandGene.COMMAND_TYPE |
Field Summary |
---|
Fields inherited from class org.jgap.gp.CommandGene |
---|
BooleanClass, CharacterClass, DELTA, DoubleClass, FloatClass, IntegerClass, LongClass, nodeIndex, VoidClass |
Constructor Summary | |
---|---|
AntCommand(GPConfiguration a_conf)
|
|
AntCommand(GPConfiguration a_conf,
int a_arity,
java.lang.Class a_type)
|
Method Summary | |
---|---|
AntMap |
getMap(ProgramChromosome a_chrom)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AntCommand(GPConfiguration a_conf) throws InvalidConfigurationException
InvalidConfigurationException
public AntCommand(GPConfiguration a_conf, int a_arity, java.lang.Class a_type) throws InvalidConfigurationException
InvalidConfigurationException
Method Detail |
---|
public AntMap getMap(ProgramChromosome a_chrom)
|
JGAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |