18 #ifndef __itkRegularStepGradientDescentOptimizerv4_h
19 #define __itkRegularStepGradientDescentOptimizerv4_h
45 template<
typename TInternalComputationValueType>
88 itkSetMacro(MinimumStepLength, TInternalComputationValueType);
89 itkGetConstReferenceMacro(MinimumStepLength, TInternalComputationValueType);
93 itkSetMacro(RelaxationFactor, TInternalComputationValueType);
94 itkGetConstReferenceMacro(RelaxationFactor, TInternalComputationValueType);
98 itkSetMacro(GradientMagnitudeTolerance, TInternalComputationValueType);
99 itkGetConstReferenceMacro(GradientMagnitudeTolerance, TInternalComputationValueType);
103 virtual void StartOptimization(
bool doOnlyInitialization =
false ) ITK_OVERRIDE;
144 RegularStepGradientDescentOptimizerv4( const
Self & );
145 void operator=( const Self& );
150 #ifndef ITK_MANUAL_INSTANTIATION
151 #include "itkRegularStepGradientDescentOptimizerv4.hxx"
Superclass::StopConditionType StopConditionType
Superclass::IndexRangeType IndexRangeType
Light weight base class for most itk classes.
Superclass::IndexRangeType IndexRangeType
Superclass::ParametersType ParametersType
Superclass::ScalesType ScalesType
SmartPointer< Self > Pointer
Superclass::ParametersType ParametersType
TInternalComputationValueType m_RelaxationFactor
RegularStepGradientDescentOptimizerv4 Self
MeasureType m_CurrentLearningRateRelaxation
Superclass::MeasureType MeasureType
virtual void EstimateLearningRate()
Superclass::DerivativeType DerivativeType
virtual void PrintSelf(std::ostream &os, Indent indent) const
GradientDescentOptimizerv4Template< TInternalComputationValueType > Superclass
virtual void AdvanceOneStep(void) ITK_OVERRIDE
Perform more precise accumulation of floating point numbers.
TInternalComputationValueType m_MinimumStepLength
virtual void StartOptimization(bool doOnlyInitialization=false) ITK_OVERRIDE
SmartPointer< const Self > ConstPointer
Superclass::ScalesType ScalesType
CompensatedSummation< InternalComputationValueType > CompensatedSummationType
Superclass::MeasureType MeasureType
virtual void ModifyGradientByLearningRateOverSubRange(const IndexRangeType &subrange) ITK_OVERRIDE
Control indentation during Print() invocation.
TInternalComputationValueType InternalComputationValueType
Regular Step Gradient descent optimizer.
Superclass::MeasureType MeasureType
Gradient descent optimizer.
Superclass::DerivativeType DerivativeType
ThreadedIndexedContainerPartitioner::IndexRangeType IndexRangeType
virtual void ModifyGradientByScalesOverSubRange(const IndexRangeType &subrange) ITK_OVERRIDE
TInternalComputationValueType m_GradientMagnitudeTolerance
Superclass::StopConditionType StopConditionType