Click or drag to resize

ActiveSetLineSearchSQP(IActiveSetQPSolver) Constructor

Constructs an ActiveSetLineSearchSQP instance using default settings and the given quadratic sub-problem solver.

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

Parameters

quadraticSubProblemSolver  IActiveSetQPSolver
Used to solver the quadratic subproblems.
See Also