ManagedIterativeAlgorithm<T, TError, TReport>.Run Method

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

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