Optimization (mathematics): Difference between revisions
Jump to navigation
Jump to search
imported>Igor Grešovnik |
imported>Igor Grešovnik (→Optimization solvers:: Added Optimization libraries) |
||
Line 20: | Line 20: | ||
* [http://www.optimization-online.org Optimization Online] A repository for optimization e-prints | * [http://www.optimization-online.org Optimization Online] A repository for optimization e-prints | ||
=== Optimization solvers | === Optimization solvers === | ||
* [http://www.conopt.com/ CONOPT] | * [http://www.conopt.com/ CONOPT] | ||
* [http://www.dna-evolutions.com/dnaappletsample.html JOpt] | * [http://www.dna-evolutions.com/dnaappletsample.html JOpt] | ||
Line 27: | Line 27: | ||
* [http://www.stanford.edu/group/SOL/software.html Free Optimization Software by Systems Optimization Laboratory, Stanford University] | * [http://www.stanford.edu/group/SOL/software.html Free Optimization Software by Systems Optimization Laboratory, Stanford University] | ||
*[http://www.ime.usp.br/~egbirgin/tango/ TANGO Project] - Trustable Algorithms for Nonlinear General Optimization | *[http://www.ime.usp.br/~egbirgin/tango/ TANGO Project] - Trustable Algorithms for Nonlinear General Optimization | ||
=== Optimization libraries === | |||
*[http://ool.sourceforge.net/ OOL (Open Optimization library)] - a set of optimization routines in C. | |||
*[http://www2.arnes.si/~ljc3m2/igor/ioptlib/ IOptLib (Investigative Optimization Library)] - a free open source library for development of optimization algorithms (ANSI C). | |||
*[http://www.alglib.net/optimization/ ALGLIB] Optimization sources. C++, C#, Delphi, Visual Basic. |
Revision as of 14:28, 13 November 2007
In mathematics, the term optimization refers to study of problems in which one seeks for a minimum or a maximum of a real function within a given allowed set. This problem can be presented in the following way:
- Given: a function f : A R from some set A to the real numbers
- Find: an element x0 in A such that f(x0) ≤ f(x) for all x in A (minimization") or such that f(x0) ≥ f(x) for all x in A (maximization).
See also
External links
- Mathematical Programming Glossary
- Mathematical optimization
- NEOS Guide currently being replaced by the NEOS Wiki - an extensive guide to optimization software
- Decision Tree for Optimization Software Links to optimization source codes
- Mathematical Programming Society
- COIN-OR - Computational Infrastructure for Operations Research
- Global optimization
- Optimization Related Links
- Optimization Online A repository for optimization e-prints
Optimization solvers
- CONOPT
- JOpt
- Mosek
- SAS OR
- Free Optimization Software by Systems Optimization Laboratory, Stanford University
- TANGO Project - Trustable Algorithms for Nonlinear General Optimization
Optimization libraries
- OOL (Open Optimization library) - a set of optimization routines in C.
- IOptLib (Investigative Optimization Library) - a free open source library for development of optimization algorithms (ANSI C).
- ALGLIB Optimization sources. C++, C#, Delphi, Visual Basic.