15 #ifndef __itkGradientDescentOptimizer2_h
16 #define __itkGradientDescentOptimizer2_h
100 itkSetMacro( LearningRate,
double );
103 itkGetConstReferenceMacro( LearningRate,
double);
106 itkSetMacro( NumberOfIterations,
unsigned long );
109 itkGetConstReferenceMacro( NumberOfIterations,
unsigned long );
112 itkGetConstMacro( CurrentIteration,
unsigned int );
115 itkGetConstReferenceMacro( Value,
double );
127 void PrintSelf(std::ostream& os, Indent indent)
const;