Click or drag to resize

Control Properties

The Control type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCheckDistributionParameters Gets or sets a value indicating whether the distribution classes check validate each parameter. For the multivariate distributions this could involve an expensive matrix factorization. The default setting of this property is true.
Public propertyStatic memberMaxDegreeOfParallelism Gets or sets a value indicating how many parallel worker threads shall be used when parallelization is applicable.
Public propertyStatic memberNativeProviderPath Optional path to try to load native provider binaries from.
Public propertyStatic memberTaskScheduler Gets or sets the TaskScheduler used to schedule the worker tasks.
Public propertyStatic memberThreadSafeRandomNumberGenerators Gets or sets a value indicating whether to use thread safe random number generators (RNG). Thread safe RNG about two and half time slower than non-thread safe RNG.
Top
See Also