Package | Description |
---|---|
core | |
fsm | |
fullyMeshedNet | |
nnga | |
SSEA2D | |
threeLayerNetwork | |
utils |
Modifier and Type | Method and Description |
---|---|
NESRandom |
AbstractMethod.getRandom()
Returns the assigned random generator object of this method.
|
Modifier and Type | Method and Description |
---|---|
AbstractMethod |
ComponentXMLData.getNewMethodInstance(NESRandom random)
Returns a new method instance created from this source data.
|
AbstractRepresentation |
ComponentXMLData.getNewRepresentationInstance(int inputnumber,
int outputnumber,
NESRandom random)
Returns a new representation instance created from this source data.
|
void |
AbstractMethod.setRandom(NESRandom generator)
Sets the random generator object to the given value.
|
Constructor and Description |
---|
AbstractMethod(NESRandom random) |
AbstractRepresentation(int numberOfInputs,
int numberOfOutputs,
NESRandom random,
java.util.Hashtable<java.lang.String,XMLFieldEntry> properties)
Constructs a new representation with the given parameters.
|
Constructor and Description |
---|
InputMapper(java.util.Hashtable<java.lang.String,XMLFieldEntry> properties,
NESRandom generator,
int nInput,
int maxInputValues) |
MealyFSM(int nInput,
int nOutput,
NESRandom random,
java.util.Hashtable<java.lang.String,XMLFieldEntry> properties) |
ThresholdedIntegerInput(int min,
int max,
int nUnit,
NESRandom generator) |
Constructor and Description |
---|
FullyMeshedNet(int inputnumber,
int outputnumber,
NESRandom random,
java.util.Hashtable<java.lang.String,XMLFieldEntry> properties) |
Constructor and Description |
---|
NNGA(NESRandom random)
Constructs a new NNGA class
|
SimplePopulation(int populationsize,
ComponentXMLData representationData,
NESRandom random,
int inputnumber,
int outputnumber) |
Constructor and Description |
---|
SSEA2D(NESRandom random)
Constructs a new SSEA2D object
|
Constructor and Description |
---|
ThreeLayerNetwork(int inputnumber,
int outputnumber,
NESRandom random,
java.util.Hashtable<java.lang.String,XMLFieldEntry> properties) |
Modifier and Type | Method and Description |
---|---|
NESRandom |
NESRandom.clone()
Creates a clone of this object based on its current seed.
|