Click or drag to resize

ActiveSetLineSearchSQP(Int32) Constructor

Creates an ActiveSetLineSearchSQP instance with the given number for the maximum number of iterations. The algorithm will terminate when either the current iteration passes a convergence test or the maximum number of iterations is exceeded.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ActiveSetLineSearchSQP(
	int maxIterations
)

Parameters

maxIterations  Int32
Maximum number of iterations to perform.
See Also