18 #ifndef itkSingleValuedNonLinearVnlOptimizer_h
19 #define itkSingleValuedNonLinearVnlOptimizer_h
24 #include "ITKOptimizersExport.h"
73 itkGetConstReferenceMacro(Maximize,
bool);
74 itkSetMacro(Maximize,
bool);
75 itkBooleanMacro(Maximize);
84 this->SetMaximize(!v);
103 itkGetConstReferenceMacro(CachedValue, MeasureType);
104 itkGetConstReferenceMacro(CachedDerivative, DerivativeType);
105 itkGetConstReferenceMacro(CachedCurrentPosition, ParametersType);
127 GetCostFunctionAdaptor()
const;
130 GetCostFunctionAdaptor();
135 GetNonConstCostFunctionAdaptor()
const;
139 PrintSelf(std::ostream & os,
Indent indent)
const override;