Package | Description |
---|---|
org.encog.neural.neat | |
org.encog.neural.neat.training |
Modifier and Type | Method and Description |
---|---|
static NEATNeuronType |
PersistNEATPopulation.stringToNeuronType(String t) |
static NEATNeuronType |
NEATNeuronType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NEATNeuronType[] |
NEATNeuronType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
PersistNEATPopulation.neuronTypeToString(NEATNeuronType t)
Convert a NEATNeuronType enum to a string.
|
Modifier and Type | Method and Description |
---|---|
NEATNeuronType |
NEATNeuronGene.getNeuronType() |
Modifier and Type | Method and Description |
---|---|
void |
NEATNeuronGene.setNeuronType(NEATNeuronType neuronType)
Set the neuron type.
|
Constructor and Description |
---|
NEATNeuronGene(NEATNeuronType type,
ActivationFunction theActivationFunction,
long id,
long innovationID)
Construct a neuron gene.
|
Copyright © 2014. All Rights Reserved.