#include <functional>
#include <dlrNumeric/array1D.h>
#include <dlrOptimization/optimizerCommon.h>
Go to the source code of this file.
Classes | |
| class | dlr::optimization::Optimizer< Functor > |
| Optimizer is an abstract base class defining the interface for general optimization classes. More... | |
Namespaces | |
| namespace | dlr::optimization |
| This namespace contains classes for gradient- and non-gradient- based optimization. | |
Copyright (C) 2003-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file optimizer.h.
1.5.8