#include <dlrOptimization/optimizer.h>
#include <dlrOptimization/optimizerCommon.h>
#include <cmath>
#include <dlrCommon/exception.h>
Include dependency graph for optimizerLineSearch.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::optimization |
Classes | |
| class | dlr::optimization::OptimizerLineSearch< Functor > |
| OptimizerLineSearch implements the line search algorithm described in [1]. More... | |
Copyright (C) 2003-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file optimizerLineSearch.h.
1.5.2