randomSeed property

int? randomSeed

A seed that was passed to a random value generator used by a stochastic optimizer.

The value is read-only, it's a hyperparameter of the model

Implementation

int? get randomSeed;