Model.ParallelOptions Property

Gets or sets an object that specifies how the calculation of the model should be parallelized.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected ParallelOptions? ParallelOptions { get; set; }

Property Value

ParallelOptions
A ParallelOptions object.

See Also