Click or drag to resize

PartitionOptimizationContextUpdateParameter Method

Updates the sampling parameter attending the generation of the sample in the next iteration of a CrossEntropyProgram executing in this context.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
protected override DoubleMatrix UpdateParameter(
	LinkedList<DoubleMatrix> parameters,
	DoubleMatrix eliteSample
)

Parameters

parameters
Type: System.Collections.GenericLinkedListDoubleMatrix
The sampling parameters applied by the program in previous iterations.
eliteSample
Type: Novacta.AnalyticsDoubleMatrix
The elite sample drawn in the current iteration.

Return Value

Type: DoubleMatrix
The sampling parameter attending the generation of the sample in the next iteration.
Remarks

This method has been implemented to support the optimization of functions whose arguments are partitions.

See Also