|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkOptimizerParameterScalesEstimator_h
19 #define itkOptimizerParameterScalesEstimator_h
38 template <
typename TInternalComputationValueType =
double>
OptimizerParameterScalesEstimatorTemplate is the base class offering a empty method of estimating the...
Class to hold and manage different parameter types used during optimization.
virtual FloatType EstimateMaximumStepSize()=0
void PrintSelf(std::ostream &os, Indent indent) const override
virtual void EstimateScales(ScalesType &scales)=0
Control indentation during Print() invocation.
~OptimizerParameterScalesEstimatorTemplate() override=default
Light weight base class for most itk classes.
virtual FloatType EstimateStepScale(const ParametersType &step)=0
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
TMetric::ParametersValueType FloatType
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()=default