Click or drag to resize

CrossEntropyProgramSampleGenerationParallelOptions Property

Gets or sets options that configure the operation of the Parallel class while generating sample points.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public ParallelOptions SampleGenerationParallelOptions { get; set; }

Property Value

Type: ParallelOptions
The sample generation parallel options.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
See Also