noisySampleCount property

int? noisySampleCount
getter/setter pair

The number of gradient samples to use for approximation.

The higher this number, the more accurate the gradient is, but the runtime complexity increases by this factor as well. Valid range of its value is [1, 50]. Defaults to 3.

Implementation

core.int? noisySampleCount;