Method | Description | |
---|---|---|
Activate ( ) : void |
Activate the network until it becomes 'relaxed' or until maxTimesteps 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.
|
|
RelaxingCyclicNetwork ( List |
Constructs a CyclicNetwork with the provided pre-built neurons and connections.
|
|
ResetState ( ) : void |
Reset the network's internal state and isValidState flag.
|
public RelaxingCyclicNetwork ( List |
||
neuronList | List |
|
connectionList | List |
|
inputNeuronCount | int | |
outputNeuronCount | int | |
maxTimesteps | int | |
signalDeltaThreshold | double | |
return | System |