18 #ifndef itkOptimizer_h
19 #define itkOptimizer_h
25 #include "ITKOptimizersExport.h"
80 itkGetConstReferenceMacro(InverseScales,
ScalesType);
92 virtual const std::string
93 GetStopConditionDescription()
const;
99 PrintSelf(std::ostream & os,
Indent indent)
const override;
103 SetCurrentPosition(
const ParametersType & param);
105 bool m_ScalesInitialized{
false };