Click or drag to resize
EpochTrainerRandom Property
The random number generator used to perturb the stage I guesses.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Random Random { get; set; }

Property Value

Type: Random
The Random object used to generate stage I perturbations.
See Also