Property | Type | Description | |
---|---|---|---|
_connectionList | List |
||
_inputAndBiasNeuronCount | int | ||
_inputNeuronCount | int | ||
_inputSignalArray | double[] | ||
_neuronList | List |
||
_outputNeuronCount | int | ||
_outputSignalArray | double[] | ||
_timestepsPerActivation | int |
Method | Description | |
---|---|---|
Activate ( ) : void |
Activate the network for a fixed number of timesteps defined by maxTimesteps is reached.
|
|
CyclicNetwork ( List |
Constructs a CyclicNetwork with the provided pre-built neurons and connections.
|
|
ResetState ( ) : void |
Reset the network's internal state.
|
public CyclicNetwork ( List |
||
neuronList | List |
|
connectionList | List |
|
inputNeuronCount | int | |
outputNeuronCount | int | |
timestepsPerActivation | int | |
return | System.Collections.Generic |