Managed Iterative Algorithm<T, TError, TReport>.Run Method
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Run() | Runs the algorithm. |
Run( | Runs the algorithm using the specified parallelization options. |
Run
Runs the algorithm.
Run(ParallelOptions)
Runs the algorithm using the specified parallelization options.
protected TReport Run(
ParallelOptions? parallelOptions
)
Parameters
- parallelOptions ParallelOptions
- A ParallelOptions value that specifies the parallel behavior of the algorithm.