#include <functional>
#include <vector>
#include <dlrOptimization/optimizer.h>
#include <dlrCommon/exception.h>
#include <cmath>
Include dependency graph for optimizerNelderMead.h:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::optimization |
Classes | |
| class | dlr::optimization::OptimizerNelderMead< Functor > |
| OptimizerNelderMead implements the non-gradient based downhill simplex optimization method of Nelder and Mead, as described in [1] and [2]. More... | |
Copyright (C) 2003-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file optimizerNelderMead.h.
1.5.2