18 #ifndef itkOptimizerParameterScalesEstimator_h
19 #define itkOptimizerParameterScalesEstimator_h
37 template<
typename TInternalComputationValueType=
double >
virtual FloatType EstimateStepScale(const ParametersType &step)=0
Light weight base class for most itk classes.
virtual void EstimateLocalStepScales(const ParametersType &step, ScalesType &localStepScales)=0
void PrintSelf(std::ostream &os, Indent indent) const override
OptimizerParameterScalesEstimatorTemplate is the base class offering a empty method of estimating the...
void PrintSelf(std::ostream &os, Indent indent) const override
OptimizerParameterScalesEstimatorTemplate()=default
Class to hold and manage different parameter types used during optimization.
virtual FloatType EstimateMaximumStepSize()=0
TMetric::ParametersValueType FloatType
virtual void EstimateScales(ScalesType &scales)=0
Control indentation during Print() invocation.
Base class for most ITK classes.
~OptimizerParameterScalesEstimatorTemplate() override=default