CrossEntropyProgramPerformanceEvaluationParallelOptions Property

Gets or sets options that configure the operation of the Parallel class while computing performance evaluations.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public ParallelOptions PerformanceEvaluationParallelOptions { get; set; }

Property Value

ParallelOptions
The performance evaluation parallel options.

Exceptions

ArgumentNullExceptionvalue is null.

See Also