noisySampleCount property

int noisySampleCount
final

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

final int noisySampleCount;