15 #ifndef __itkMoreThuenteLineSearchOptimizer_h
16 #define __itkMoreThuenteLineSearchOptimizer_h
113 itkGetConstMacro( CurrentIteration,
unsigned long );
115 itkGetConstMacro( SufficientDecreaseConditionSatisfied,
bool );
116 itkGetConstMacro( CurvatureConditionSatisfied,
bool );
133 itkGetConstMacro( ValueTolerance,
double );
145 itkGetConstMacro( GradientTolerance,
double );
156 itkGetConstMacro( IntervalTolerance,
double );
162 void PrintSelf( std::ostream& os, Indent indent )
const;
208 double & stx,
double & fx,
double & dx,
209 double & sty,
double & fy,
double & dy,
210 double & stp,
const double & fp,
const double & dp,
212 const double & stpmin,
const double & stpmax )
const;
364 #endif // #ifndef __itkMoreThuenteLineSearchOptimizer_h