|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NEATInnovationType | |
|---|---|
| org.encog.neural.neat | |
| org.encog.neural.neat.training | |
| Uses of NEATInnovationType in org.encog.neural.neat |
|---|
| Methods in org.encog.neural.neat that return NEATInnovationType | |
|---|---|
static NEATInnovationType |
PersistNEATPopulation.stringToInnovationType(String t)
|
| Methods in org.encog.neural.neat with parameters of type NEATInnovationType | |
|---|---|
static String |
PersistNEATPopulation.innovationTypeToString(NEATInnovationType t)
|
| Uses of NEATInnovationType in org.encog.neural.neat.training |
|---|
| Methods in org.encog.neural.neat.training that return NEATInnovationType | |
|---|---|
NEATInnovationType |
NEATInnovation.getInnovationType()
|
static NEATInnovationType |
NEATInnovationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NEATInnovationType[] |
NEATInnovationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.encog.neural.neat.training with parameters of type NEATInnovationType | |
|---|---|
NEATInnovation |
NEATInnovationList.checkInnovation(long in,
long out,
NEATInnovationType type)
Check to see if we already have an innovation. |
void |
NEATInnovationList.createNewInnovation(long in,
long out,
NEATInnovationType type)
Create a new innovation. |
long |
NEATInnovationList.createNewInnovation(long from,
long to,
NEATInnovationType innovationType,
NEATNeuronType neuronType,
double x,
double y)
Create a new innovation. |
void |
NEATInnovation.setInnovationType(NEATInnovationType t)
|
| Constructors in org.encog.neural.neat.training with parameters of type NEATInnovationType | |
|---|---|
NEATInnovation(long fromNeuronID,
long toNeuronID,
NEATInnovationType innovationType,
long innovationID)
Construct an innovation. |
|
NEATInnovation(long fromNeuronID,
long toNeuronID,
NEATInnovationType innovationType,
long innovationID,
NEATNeuronType neuronType,
double x,
double y)
Construct an innovation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||