Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::LBFGSOptimizer Class Reference
[NumericsOptimizers]

Wrap of the vnl_lbfgs algorithm. More...

#include <itkLBFGSOptimizer.h>

Inheritance diagram for itk::LBFGSOptimizer:

Inheritance graph
[legend]
Collaboration diagram for itk::LBFGSOptimizer:

Collaboration graph
[legend]
List of all members.

Public Types

typedef LBFGSOptimizer Self
typedef SingleValuedNonLinearVnlOptimizer Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef vnl_vector< double > InternalParametersType
typedef vnl_lbfgs InternalOptimizerType

Public Methods

virtual const char * GetClassName () const
vnl_lbfgsGetOptimizer (void)
void StartOptimization (void)
virtual void SetCostFunction (SingleValuedCostFunction *costFunction)

Static Public Methods

Pointer New ()

Protected Types

typedef Superclass::CostFunctionAdaptorType CostFunctionAdaptorType

Protected Methods

 LBFGSOptimizer ()
virtual ~LBFGSOptimizer ()

Detailed Description

Wrap of the vnl_lbfgs algorithm.

Definition at line 31 of file itkLBFGSOptimizer.h.


Member Typedef Documentation

typedef SmartPointer<const Self> itk::LBFGSOptimizer::ConstPointer
 

Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.

Definition at line 39 of file itkLBFGSOptimizer.h.

typedef Superclass::CostFunctionAdaptorType itk::LBFGSOptimizer::CostFunctionAdaptorType [protected]
 

Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.

Definition at line 66 of file itkLBFGSOptimizer.h.

typedef vnl_lbfgs itk::LBFGSOptimizer::InternalOptimizerType
 

Internal optimizer type.

Definition at line 51 of file itkLBFGSOptimizer.h.

typedef vnl_vector<double> itk::LBFGSOptimizer::InternalParametersType
 

InternalParameters typedef.

Definition at line 48 of file itkLBFGSOptimizer.h.

typedef SmartPointer<Self> itk::LBFGSOptimizer::Pointer
 

Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.

Definition at line 38 of file itkLBFGSOptimizer.h.

typedef LBFGSOptimizer itk::LBFGSOptimizer::Self
 

Standard "Self" typedef.

Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.

Definition at line 36 of file itkLBFGSOptimizer.h.

typedef SingleValuedNonLinearVnlOptimizer itk::LBFGSOptimizer::Superclass
 

Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.

Definition at line 37 of file itkLBFGSOptimizer.h.


Constructor & Destructor Documentation

itk::LBFGSOptimizer::LBFGSOptimizer   [protected]
 

virtual itk::LBFGSOptimizer::~LBFGSOptimizer   [protected, virtual]
 


Member Function Documentation

virtual const char* itk::LBFGSOptimizer::GetClassName   const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.

vnl_lbfgs* itk::LBFGSOptimizer::GetOptimizer void   
 

Method for getting access to the internal optimizer.

Pointer itk::LBFGSOptimizer::New   [static]
 

Method for creation through the object factory.

Reimplemented from itk::SingleValuedNonLinearOptimizer.

virtual void itk::LBFGSOptimizer::SetCostFunction SingleValuedCostFunction   costFunction [virtual]
 

Plug in a Cost Function into the optimizer

Implements itk::SingleValuedNonLinearVnlOptimizer.

void itk::LBFGSOptimizer::StartOptimization void    [virtual]
 

Start optimization with an initial value.

Reimplemented from itk::Optimizer.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:20:24 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000