method Creature.prototype.disconnect Creature.prototype.disconnect(from: number,to: number,): void Disconnect two neurons by removing the synapse between them. Parameters from: number The index of the source neuron. to: number The index of the target neuron. Return Type void