Package | Description |
---|---|
org.encog.neural.neat.training |
Modifier and Type | Method and Description |
---|---|
NEATInnovation |
NEATInnovationList.findInnovation(long neuronID)
Find an innovation for a single neuron.
|
NEATInnovation |
NEATInnovationList.findInnovation(long fromID,
long toID)
Find an innovation for a new link added between two existing neurons.
|
NEATInnovation |
NEATInnovationList.findInnovationSplit(long fromID,
long toID)
Find an innovation for a hidden neuron that split a existing link.
|
Modifier and Type | Method and Description |
---|---|
Map<String,NEATInnovation> |
NEATInnovationList.getInnovations() |
Copyright © 2014. All Rights Reserved.