Click or drag to resize

Backpropagation.StopAsyncTraining 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
C#
public void StopAsyncTraining(
	bool sync = true
)

Parameters

sync (Optional)
Type: System.Boolean
If true, 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