KNITRO
From Wikipedia, the free encyclopedia
KNITRO is a software package for solving large scale mathematical optimization problems. KNITRO is specialized for nonlinear optimization, but also solves linear programming problems, quadratic programming problems, and systems of nonlinear equations. The unknowns in these problems must be continuous variables in continuous functions; however, functions can be convex or nonconvex. KNITRO computes a numerical solution to the problem -- it does not find a symbolic mathematical solution.
Optimization problems must be presented to KNITRO in mathematical form, and should provide a way of computing function derivatives using sparse matrices. Problems may be written in C, C++, Fortran, or Java, in which case KNITRO is called as a software routine to solve the problem. An often easier approach is to develop the optimization problem in an algebraic modeling language (AML) like AIMMS, AMPL, GAMS, Mathematica, etc. The modeling environment computes function derivatives, and KNITRO is called as a "solver" from within the environment.
KNITRO offers three different optimization algorithms for solving optimization problems. Two algorithms are of the interior point type, and one is of the active set type. These algorithms are known to have fundamentally different characteristics; for example, interior point methods follow a path through the interior of the feasible region while active set methods tend to stay at the boundaries. KNITRO provides both types of algorithm for greater flexibility in solving problems, and allows crossover during the solution process from one algorithm to another. The code also provides a multistart option for promoting the computation of the global minimum.
KNITRO, short for "Nonlinear Interior point Trust Region Optimization" (the "K" is silent) was created primarily by Richard Waltz, Jorge Nocedal, Todd Plantenga and Richard Byrd. It is produced by Ziena Optimization, Inc. KNITRO was introduced in 2001 as a derivative of academic research at Northwestern, and has undergone continual improvement since.
[edit] References
- Nocedal, Jorge; Wright, Stephen J. (2006). Numerical Optimization, 2nd Edition. Springer. ISBN 0-387-30303-0.
- R.H. Byrd, J. Nocedal, R.A. Waltz (2006). "KNITRO: An Integrated Package for Nonlinear Optimization" (PDF).
[edit] External links
- KNITRO (Ziena home page)
- Jorge Nocedal (home page at Northwestern University)
- KNITRO is supported in the AIMMS and GAMS Modeling System
- Artelys (Distributor in Continental Europe)
- TOMLAB makes KNITRO available to Matlab users (From Matlab R2008A, KNITRO is also directly available through the Optimization Toolbox)