Nonlinear Programming |
Nonlinear programming (NP) involves minimizing or maximining a nonlinear objective function subject to bound constraints, linear constraints, or nonlinear constraints, where the constraints can be inequalities or equalities. Example problems in engineering include analyzing design tradeoffs, selecting optimal designs, and incorporating optimization methods in algorithms and models.
Unconstrained nonlinear programming is the mathematical problem of finding a vector x that is a local minimum to the nonlinear scalar function f(x). Unconstrained means that there are no restrictions placed on the range of x.
You can solve unconstrained nonlinear programming problems with MATLAB and Optimization Toolbox, which includes the following algorithms:
Constrained nonlinear programming is the mathematical problem of finding a vector x that minimizes a nonlinear function f(x) subject to one or more constraints.
Optimization Toolbox includes four algorithms to solve constrained nonlinear programming problems:
See also: Optimization Toolbox, Global Optimization Toolbox, linear programming, quadratic programming, multiobjective optimization, genetic algorithm, simulated annealing