18 #ifndef itkSingleValuedNonLinearOptimizer_h
19 #define itkSingleValuedNonLinearOptimizer_h
23 #include "ITKOptimizersExport.h"
82 void PrintSelf(std::ostream & os,
Indent indent)
const override;
Array class with size defined at construction time.
This class is a base for the CostFunctions returning a single value.
Light weight base class for most itk classes.
CostFunctionPointer m_CostFunction
This class is a base for the Optimization methods that optimize a single valued function.
Wrap of the vnl_nonlinear_minimizer to be adapted.
CostFunctionType::MeasureType MeasureType
Control indentation during Print() invocation.