protected override DoubleMatrix UpdateParameter(
LinkedList<DoubleMatrix> parameters,
DoubleMatrix eliteSample
)
Protected Overrides Function UpdateParameter (
parameters As LinkedList(Of DoubleMatrix),
eliteSample As DoubleMatrix
) As DoubleMatrix
protected:
virtual DoubleMatrix^ UpdateParameter(
LinkedList<DoubleMatrix^>^ parameters,
DoubleMatrix^ eliteSample
) override
abstract UpdateParameter :
parameters : LinkedList<DoubleMatrix> *
eliteSample : DoubleMatrix -> DoubleMatrix
override UpdateParameter :
parameters : LinkedList<DoubleMatrix> *
eliteSample : DoubleMatrix -> DoubleMatrix
This method has been implemented to support the optimization of functions whose arguments are partitions.