18 #ifndef itkOptimizer_h
19 #define itkOptimizer_h
25 #include "ITKOptimizersExport.h"
78 itkGetConstReferenceMacro(InverseScales,
ScalesType);
88 virtual const std::string GetStopConditionDescription()
const;
93 void PrintSelf(std::ostream & os,
Indent indent)
const override;
96 virtual void SetCurrentPosition(
const ParametersType & param);
98 bool m_ScalesInitialized{
false };
Light weight base class for most itk classes.
ScalesType m_InverseScales
Generic representation for an optimization method.
ParametersType m_InitialPosition
ParametersType m_CurrentPosition
Control indentation during Print() invocation.
Base class for most ITK classes.
virtual void StartOptimization()