Click or drag to resize

StochasticHillClimbingSolverSolve(MixedIntegerNonlinearProgrammingProblem, StochasticHillClimbingParameters) Method

Attempts to solve the given mixed integer nonlinear programming problem using the given solver parameters.

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

Parameters

problem  MixedIntegerNonlinearProgrammingProblem
A mixed integer nonlinear programming problem.
solverParams  StochasticHillClimbingParameters
Solver parameters.
See Also