Click or drag to resize

InteriorPointQPSolverSolve(QuadraticProgrammingProblem, InteriorPointQPSolverParams) Method

Attempts to solve a quadratic programming problem using the given solver parameters and starting point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Solve(
	QuadraticProgrammingProblem problem,
	InteriorPointQPSolverParams solverParams
)

Parameters

problem  QuadraticProgrammingProblem
A quadratic programming problem.
solverParams  InteriorPointQPSolverParams
Interior point algorithm parameters.
See Also