Click or drag to resize

CombinationOptimizationContextCombinationDimension Property

Gets the dimension of a combination represented by a system's state when a CrossEntropyProgram executes in this context.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public int CombinationDimension { get; }

Property Value

Type: Int32
The combination dimension.
Remarks

This is the number of items to be taken at a time in the combinations under study.

See Also