Managed Iterative Algorithm<T, TError, TReport>.Run Method
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
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 virtual TReport Run(
ParallelOptions? parallelOptions
)Parameters
- parallelOptions ParallelOptions
- A ParallelOptions value that specifies the parallel behavior of the algorithm.