protected abstract DoubleMatrix UpdateParameter(
LinkedList<DoubleMatrix> parameters,
DoubleMatrix eliteSample
)
Protected MustOverride Function UpdateParameter (
parameters As LinkedList(Of DoubleMatrix),
eliteSample As DoubleMatrix
) As DoubleMatrix
protected:
virtual DoubleMatrix^ UpdateParameter(
LinkedList<DoubleMatrix^>^ parameters,
DoubleMatrix^ eliteSample
) abstract
abstract UpdateParameter :
parameters : LinkedList<DoubleMatrix> *
eliteSample : DoubleMatrix -> DoubleMatrix
Method UpdateParameter is expected to update the parameter of the random mechanism attending the generation of the sample in the next iteration of the program.