[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

33. Multidimensional Minimization

This chapter describes routines for finding minima of arbitrary multidimensional functions. The library provides low level components for a variety of iterative minimizers and convergence tests. These can be combined by the user to achieve the desired solution, while providing full access to the intermediate steps of the algorithms. Each class of methods uses the same framework, so that you can switch between minimizers at runtime without needing to recompile your program. Each instance of a minimizer keeps track of its own state, allowing the minimizers to be used in multi-threaded programs. The minimization algorithms can be used to maximize a function by inverting its sign.

The header file `gsl_multimin.h' contains prototypes for the minimization functions and related declarations.

33.1 Overview  
33.2 Caveats  
33.3 Initializing the Multidimensional Minimizer  
33.4 Providing a function to minimize  
33.5 Iteration  
33.6 Stopping Criteria  
33.7 Algorithms  
33.8 Examples  
33.9 References and Further Reading  



This document was generated by Michael Stenner on February, 14 2002 using texi2html