protected override void SmoothParameter(
LinkedList<DoubleMatrix> parameters
)
Protected Overrides Sub SmoothParameter (
parameters As LinkedList(Of DoubleMatrix)
)
protected:
virtual void SmoothParameter(
LinkedList<DoubleMatrix^>^ parameters
) override
abstract SmoothParameter :
parameters : LinkedList<DoubleMatrix> -> unit
override SmoothParameter :
parameters : LinkedList<DoubleMatrix> -> unit
In a ContinuousOptimizationContext,
the sampling parameter
is smoothed applying the following formulas
(See Rubinstein and Kroese,
Remark 5.2, p. 189[1]):
where ,
and
with
and
a positive integer.