Creature.prototype.activate(input: Float32Array,feedbackLoop?: boolean,): Float32Array
Activates the creature without calculating traces.
input: Float32Array
- The input values for the creature.
optional
feedbackLoop: boolean = false
- Whether to use a feedback loop during activation.
The output values after activation.