CombinationOptimizationContextCombinationDimension Property
            Gets the dimension of a combination represented by a 
            system's state
            when 
            a 
CrossEntropyProgram executes in this
            context.
            
Namespace: Novacta.Analytics.AdvancedAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public int CombinationDimension { get; }
Public ReadOnly Property CombinationDimension As Integer
	Get
public:
property int CombinationDimension {
	int get ();
}
member CombinationDimension : int with get
Property Value
Int32The combination dimension.
 
            This is the number of items to be taken at a time
            in the combinations under study.