SAStep
constructor(x: Double, fOfX: Double, rmSeries: Double, rsc: Double, stoppingCriteria: Double, iterationCount: Int)(source)
Parameters
x
Candidate root evaluated this iteration.
f Of X
Function value f(x).
rm Series
Robbins-Monroe series value after Kesten update this iteration.
rsc
Exponentially smoothed accumulator after update this iteration: rsc = alpha * rsc_prev + (1 - alpha) * f(x).
stopping Criteria
Convergence signal |scaleFactor * rmSeries * rsc|.
iteration Count
1-based iteration number when this snapshot was taken.