ManagedIterativeAlgorithm<T, TError, TReport>.Run Method

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

Run() Runs the algorithm.
Run(ParallelOptions) Runs the algorithm using the specified parallelization options.

Run

Runs the algorithm.
C#
protected SolutionReport<T, TError> Run()

Return Value

SolutionReport<T, TError>

Run(ParallelOptions)

Runs the algorithm using the specified parallelization options.
C#
protected TReport Run(
	ParallelOptions? parallelOptions
)

Parameters

parallelOptions  ParallelOptions
A ParallelOptions value that specifies the parallel behavior of the algorithm.

Return Value

TReport

See Also