Click or drag to resize

StochasticHillClimbingSolverSolve Method

Overload List
 NameDescription
Public methodSolve(MixedIntegerNonlinearProgrammingProblem) Attempts to solve the given mixed integer nonlinear programming problem using default settings.
Public methodSolve(NonlinearProgrammingProblem) Attempts to solve the given nonlinear programming problem using default settings.
Public methodSolve(MixedIntegerNonlinearProgrammingProblem, DoubleVector) Attempts to solve the given mixed integer nonlinear programming problem using default settings and the given starting point.
Public methodSolve(MixedIntegerNonlinearProgrammingProblem, StochasticHillClimbingParameters) Attempts to solve the given mixed integer nonlinear programming problem using the given solver parameters.
Public methodSolve(NonlinearProgrammingProblem, DoubleVector) Attempts to solve the given nonlinear programming problem using default settings and the given starting point.
Public methodSolve(NonlinearProgrammingProblem, StochasticHillClimbingParameters) Attempts to solve the given nonlinear programming problem using the given solver parameters.
Public methodSolve(MixedIntegerNonlinearProgrammingProblem, DoubleVector, StochasticHillClimbingParameters) Attempts to solve the given nonlinear mixed integer programming problem using the given solver parameters and starting point.
Public methodSolve(NonlinearProgrammingProblem, DoubleVector, StochasticHillClimbingParameters) Attempts to solve the given nonlinear programming problem using the given solver parameters and starting point.
Top
See Also