72 using Superclass::MeasureType;
73 using Superclass::ParametersType;
74 using Superclass::DerivativeType;
75 using Superclass::CostFunctionType;
113 itkSetMacro(LearningRate,
double);
116 itkGetConstReferenceMacro(LearningRate,
double);
119 itkSetMacro(NumberOfIterations,
unsigned long);
122 itkGetConstReferenceMacro(NumberOfIterations,
unsigned long);
125 itkGetConstMacro(CurrentIteration,
unsigned int);
128 itkGetConstReferenceMacro(Value,
double);
134 itkGetConstReferenceMacro(Gradient, DerivativeType);
137 itkGetConstReferenceMacro(SearchDirection, DerivativeType);
143 PrintSelf(std::ostream & os, Indent indent)
const override;