21 #ifndef otbExhaustiveExponentialOptimizer_h
22 #define otbExhaustiveExponentialOptimizer_h
24 #include "itkSingleValuedNonLinearOptimizer.h"
69 itkSetMacro(GeometricProgression,
double);
71 itkSetMacro(StepLength,
double);
72 itkGetConstReferenceMacro(GeometricProgression,
double);
73 itkGetConstReferenceMacro(NumberOfSteps,
StepsType);
74 itkGetConstReferenceMacro(StepLength,
double);
75 itkGetConstReferenceMacro(CurrentValue, MeasureType);
76 itkGetConstReferenceMacro(MaximumMetricValue, MeasureType);
77 itkGetConstReferenceMacro(MinimumMetricValue, MeasureType);
78 itkGetConstReferenceMacro(MinimumMetricValuePosition, ParametersType);
79 itkGetConstReferenceMacro(MaximumMetricValuePosition, ParametersType);
80 itkGetConstReferenceMacro(CurrentIndex, ParametersType);
81 itkGetConstReferenceMacro(MaximumNumberOfIterations,
unsigned long);
88 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
This optimizer performs an exhaustive search on an exponential scale.
ExhaustiveExponentialOptimizer()
ParametersType m_MinimumMetricValuePosition
ExhaustiveExponentialOptimizer(const Self &)=delete
unsigned long m_MaximumNumberOfIterations
void StartOptimization(void) override
void PrintSelf(std::ostream &os, itk::Indent indent) const override
StepsType m_NumberOfSteps
MeasureType m_MaximumMetricValue
itk::SingleValuedNonLinearOptimizer Superclass
void IncrementIndex(ParametersType ¶m)
itk::SmartPointer< const Self > ConstPointer
ParametersType m_CurrentIndex
unsigned long m_CurrentIteration
MeasureType m_MinimumMetricValue
itk::SmartPointer< Self > Pointer
MeasureType m_CurrentValue
double m_GeometricProgression
ParametersType m_MaximumMetricValuePosition
itk::Array< unsigned long > StepsType
ExhaustiveExponentialOptimizer Self
void AdvanceOneStep(void)
unsigned int m_CurrentParameter
void operator=(const Self &)=delete
~ExhaustiveExponentialOptimizer() override
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.