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 PartitionOptimizationContext,
the sampling parameter
is smoothed applying the following formula
(See Rubinstein and Kroese,
Remark 5.2, p. 189[1]):
where .
The applied value of is set at
instantiation and can be returned
by property ProbabilitySmoothingCoefficient.