Click or drag to resize

Backpropagation Constructor

Construct a new instance with the given RNG.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Backpropagation(
	Random random
)

Parameters

random
Type: SystemRandom
See Also