Click or drag to resize

StochasticHillClimbingSolverSolve(MixedIntegerNonlinearProgrammingProblem, DoubleVector) Method

Attempts to solve the given mixed integer nonlinear programming problem using default settings and the given starting point.

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

Parameters

problem  MixedIntegerNonlinearProgrammingProblem
A mixed integer nonlinear programming problem.
startingPoint  DoubleVector
The starting point.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the the starting point does not have correct dimension.
See Also