|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NEATNeuronType | |
|---|---|
| org.encog.neural.neat | |
| org.encog.neural.neat.training | |
| Uses of NEATNeuronType in org.encog.neural.neat |
|---|
| Methods in org.encog.neural.neat that return NEATNeuronType | |
|---|---|
NEATNeuronType |
NEATNeuron.getNeuronType()
|
static NEATNeuronType |
NEATNeuron.string2NeuronType(String t)
|
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. |
| Methods in org.encog.neural.neat with parameters of type NEATNeuronType | |
|---|---|
static String |
NEATNeuron.neuronType2String(NEATNeuronType t)
|
static String |
PersistNEATPopulation.neuronTypeToString(NEATNeuronType t)
|
| Constructors in org.encog.neural.neat with parameters of type NEATNeuronType | |
|---|---|
NEATNeuron(NEATNeuronType neuronType,
long neuronID,
double splitY,
double splitX,
double activationResponse)
Construct a NEAT neuron. |
|
| Uses of NEATNeuronType in org.encog.neural.neat.training |
|---|
| Methods in org.encog.neural.neat.training that return NEATNeuronType | |
|---|---|
NEATNeuronType |
NEATNeuronGene.getNeuronType()
|
NEATNeuronType |
NEATInnovation.getNeuronType()
|
| Methods in org.encog.neural.neat.training with parameters of type NEATNeuronType | |
|---|---|
long |
NEATInnovationList.createNewInnovation(long from,
long to,
NEATInnovationType innovationType,
NEATNeuronType neuronType,
double x,
double y)
Create a new innovation. |
void |
NEATNeuronGene.setNeuronType(NEATNeuronType neuronType)
Set the neuron type. |
void |
NEATInnovation.setNeuronType(NEATNeuronType t)
|
| Constructors in org.encog.neural.neat.training with parameters of type NEATNeuronType | |
|---|---|
NEATInnovation(long fromNeuronID,
long toNeuronID,
NEATInnovationType innovationType,
long innovationID,
NEATNeuronType neuronType,
double x,
double y)
Construct an innovation. |
|
NEATNeuronGene(NEATNeuronType type,
long id,
double splitY,
double splitX)
Construct a gene. |
|
NEATNeuronGene(NEATNeuronType type,
long id,
double splitY,
double splitX,
boolean recurrent,
double act)
Construct a neuron gene. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||