#include <dlrOptimization/optimizer.h>
#include <dlrOptimization/optimizerCommon.h>
#include <cmath>
#include <sstream>
#include <dlrCommon/exception.h>
Go to the source code of this file.
Classes | |
| class | dlr::optimization::OptimizerLineSearch< Functor > |
| OptimizerLineSearch implements the line search algorithm described in [1]. 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 optimizerLineSearch.h.
1.5.8