Click or drag to resize

PartitionOptimizationContextPartitionDimension Property

Gets the dimension of a partition 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 PartitionDimension { get; }

Property Value

Type: Int32
The partition dimension.
Remarks

This is the maximum number of parts allowed in a partition.

See Also