| BackpropagationStopAsyncTraining Method |
Request the training in progress to be cancelled.
Namespace:
RavingBots.MagicGestures.AI.Neural.Classic
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void StopAsyncTraining(
bool sync = true
)
Parameters
- sync (Optional)
- Type: SystemBoolean
If , the call won't return until the training
thread terminates.
Remarks
Can be safely called when no training is currently running,
in which case it will do nothing.
See Also