protected override bool StopAtIntermediateIteration(
int iteration,
LinkedList<double> levels,
LinkedList<DoubleMatrix> parameters
)
Protected Overrides Function StopAtIntermediateIteration (
iteration As Integer,
levels As LinkedList(Of Double),
parameters As LinkedList(Of DoubleMatrix)
) As Boolean
protected:
virtual bool StopAtIntermediateIteration(
int iteration,
LinkedList<double>^ levels,
LinkedList<DoubleMatrix^>^ parameters
) override
abstract StopAtIntermediateIteration :
iteration : int *
levels : LinkedList<float> *
parameters : LinkedList<DoubleMatrix> -> bool
override StopAtIntermediateIteration :
iteration : int *
levels : LinkedList<float> *
parameters : LinkedList<DoubleMatrix> -> bool
At intermediate iterations, the algorithm will stop if each standard deviation in the updated sampling reference parameter will be less than TerminationTolerance.
ArgumentNullException | levels is null. -or- parameters is null. |