CrossEntropyProgramSampleGenerationParallelOptions Property
Gets or sets options that configure the operation of the
Parallel class while generating
sample points.
Namespace: Novacta.Analytics.AdvancedAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public ParallelOptions SampleGenerationParallelOptions { get; set; }
Public Property SampleGenerationParallelOptions As ParallelOptions
Get
Set
public:
property ParallelOptions^ SampleGenerationParallelOptions {
ParallelOptions^ get ();
void set (ParallelOptions^ value);
}
member SampleGenerationParallelOptions : ParallelOptions with get, set
Property Value
ParallelOptionsThe sample generation parallel options.