Method | Description | |
---|---|---|
Activate ( ) : void |
Activate the network until it becomes 'relaxed' or until maxIterations is reached. If maxIterations is reached without the network relaxing then the IsValidState property will return false, although the network outputs are still provided and can be read as normal.
|
|
FastRelaxingCyclicNetwork ( |
Constructs a FastRelaxingCyclicNetwork with the provided pre-built FastConnection array and associated data.
|
public FastRelaxingCyclicNetwork ( |
||
connectionArray | ||
neuronActivationFnArray | IActivationFunction | |
neuronAuxArgsArray | double | |
neuronCount | int | |
inputNeuronCount | int | |
outputNeuronCount | int | |
maxTimesteps | int | |
signalDeltaThreshold | double | |
return | System |