#include "itkSingleValuedNonLinearVnlOptimizer.h"#include "vnl/algo/vnl_lbfgs.h"


Go to the source code of this file.
Namespaces | |
| namespace | itk |
Classes | |
| class | itk::ContinuousLBFGSOptimizer |
| Wrap of the vnl_lbfgs algorithm This component is simelar to the original itk::LBFGSOptimizer. But in difference to the orignial version no exception will be thrown if the vnl_lbfgs algorithm detects an error in the very beginning of the optimization process. This would cause an exception in itkLBFGSOptimizer.cxx:265. This version of the wrapper stores the error, but allways has a result, at least the initial position. More... | |
1.5.3 written by Dimitri van Heesch,
© 1997-2000