| Package | Description |
|---|---|
| org.encog.neural.neat |
| Modifier and Type | Method and Description |
|---|---|
NEATLink[] |
NEATNetwork.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
int |
NEATLink.compareTo(NEATLink other) |
| Constructor and Description |
|---|
NEATNetwork(int inputNeuronCount,
int outputNeuronCount,
List<NEATLink> connectionArray,
ActivationFunction[] theActivationFunctions)
Construct a NEAT network.
|
Copyright © 2014. All Rights Reserved.