18 #ifndef itkOptimizerParameterScalesEstimator_h
19 #define itkOptimizerParameterScalesEstimator_h
37 template<
typename TInternalComputationValueType=
double >
virtual FloatType EstimateStepScale(const ParametersType &step)=0
virtual void EstimateLocalStepScales(const ParametersType &step, ScalesType &localStepScales)=0
OptimizerParameterScalesEstimatorTemplate()
TInternalComputationValueType FloatType
OptimizerParameters< TInternalComputationValueType > ScalesType
void operator=(const Self &)
OptimizerParameters< TInternalComputationValueType > ParametersType
OptimizerParameterScalesEstimatorTemplate is the base class offering a empty method of estimating the...
OptimizerParameterScalesEstimatorTemplate< double > OptimizerParameterScalesEstimator
~OptimizerParameterScalesEstimatorTemplate()
virtual void PrintSelf(std::ostream &os, Indent indent) const override
virtual FloatType EstimateMaximumStepSize()=0
virtual void EstimateScales(ScalesType &scales)=0
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Base class for most ITK classes.
OptimizerParameterScalesEstimatorTemplate Self
SmartPointer< Self > Pointer