Click or drag to resize

SequentialQuadraticProgrammingSolverSolve Method

Solve the specified nonlinear programming problem starting the iteration from the specified starting point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public abstract bool Solve(
	NonlinearProgrammingProblem problem,
	DoubleVector startingPoint
)

Parameters

problem  NonlinearProgrammingProblem
The nonlinear programming problem.
startingPoint  DoubleVector
Initial iteration starting point.

Return Value

Boolean
true if the algorithm converged to a solution. false if it did not.
See Also