Click or drag to resize

ActivationFunc Constructor

Construct a function with the given output range.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected Func(
	Vector2 range
)

Parameters

range
Type: Vector2
Remarks
Note Notes to Implementers
Called by implementations to set the readonly fields.
See Also