#include <itkSingleValuedNonLinearVnlOptimizer.h>
This class is a base for the Optimization methods that optimize a single valued function.
It is an Adaptor class for optimizers provided by the vnl library
Definition at line 39 of file itkSingleValuedNonLinearVnlOptimizer.h.
Public Member Functions | |
virtual bool | CanUseScales () const |
const char * | GetNameOfClass () const override |
void | SetCostFunction (SingleValuedCostFunction *costFunction) override=0 |
virtual const bool & | GetMaximize () const |
virtual void | SetMaximize (bool _arg) |
virtual void | MaximizeOn () |
virtual void | MaximizeOff () |
bool | GetMinimize () const |
void | SetMinimize (bool v) |
void | MinimizeOn () |
void | MinimizeOff () |
virtual const MeasureType & | GetCachedValue () const |
virtual const DerivativeType & | GetCachedDerivative () const |
virtual const ParametersType & | GetCachedCurrentPosition () const |
![]() | |
virtual::itk::LightObject::Pointer | CreateAnother () const |
virtual const CostFunctionType * | GetCostFunction () const |
virtual CostFunctionType * | GetModifiableCostFunction () |
MeasureType | GetValue (const ParametersType ¶meters) const |
virtual void | SetCostFunction (CostFunctionType *costFunction) |
![]() | |
virtual const ParametersType & | GetCurrentPosition () const |
virtual const ParametersType & | GetInitialPosition () const |
virtual std::string | GetStopConditionDescription () const |
virtual void | SetInitialPosition (const ParametersType ¶m) |
void | SetScales (const ScalesType &scales) |
virtual void | StartOptimization () |
virtual const ScalesType & | GetScales () const |
virtual const ScalesType & | GetInverseScales () const |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) const |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
![]() | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Protected Types | |
using | CostFunctionAdaptorType = SingleValuedVnlCostFunctionAdaptor |
Protected Member Functions | |
CostFunctionAdaptorType * | GetCostFunctionAdaptor () |
const CostFunctionAdaptorType * | GetCostFunctionAdaptor () const |
CostFunctionAdaptorType * | GetNonConstCostFunctionAdaptor () const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | SetCostFunctionAdaptor (CostFunctionAdaptorType *adaptor) |
SingleValuedNonLinearVnlOptimizer () | |
~SingleValuedNonLinearVnlOptimizer () override | |
![]() | |
SingleValuedNonLinearOptimizer () | |
~SingleValuedNonLinearOptimizer () override=default | |
![]() | |
NonLinearOptimizer ()=default | |
~NonLinearOptimizer () override | |
![]() | |
Optimizer () | |
virtual void | SetCurrentPosition (const ParametersType ¶m) |
~Optimizer () override=default | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
void | IterationReport (const EventObject &event) |
Private Attributes | |
ParametersType | m_CachedCurrentPosition {} |
DerivativeType | m_CachedDerivative {} |
MeasureType | m_CachedValue {} |
CommandType::Pointer | m_Command {} |
std::unique_ptr< CostFunctionAdaptorType > | m_CostFunctionAdaptor |
bool | m_Maximize {} |
Additional Inherited Members | |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
![]() | |
CostFunctionPointer | m_CostFunction {} |
![]() | |
ParametersType | m_CurrentPosition {} |
bool | m_ScalesInitialized { false } |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
Command observer that will interact with the ITKVNL cost-function adaptor in order to generate iteration events. This will allow to overcome the limitation of VNL optimizers not offering callbacks for every iteration
Definition at line 57 of file itkSingleValuedNonLinearVnlOptimizer.h.
using itk::SingleValuedNonLinearVnlOptimizer::ConstPointer = SmartPointer<const Self> |
Definition at line 48 of file itkSingleValuedNonLinearVnlOptimizer.h.
|
protected |
Definition at line 121 of file itkSingleValuedNonLinearVnlOptimizer.h.
Definition at line 47 of file itkSingleValuedNonLinearVnlOptimizer.h.
Standard class type aliases.
Definition at line 45 of file itkSingleValuedNonLinearVnlOptimizer.h.
Definition at line 46 of file itkSingleValuedNonLinearVnlOptimizer.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotected |
|
inlinevirtual |
Returns true if derived optimizer supports using scales. For optimizers that do not support scaling, this default function is overridden to return false.
Reimplemented in itk::LBFGSBOptimizer.
Definition at line 112 of file itkSingleValuedNonLinearVnlOptimizer.h.
|
virtual |
Return Cached Values. These method have the advantage of not triggering a recomputation of the metric value, but it has the disadvantage of returning a value that may not be the one corresponding to the current parameters. For GUI update purposes, this method is a good option, for mathematical validation you should rather call GetValue().
|
virtual |
Return Cached Values. These method have the advantage of not triggering a recomputation of the metric value, but it has the disadvantage of returning a value that may not be the one corresponding to the current parameters. For GUI update purposes, this method is a good option, for mathematical validation you should rather call GetValue().
|
virtual |
Return Cached Values. These method have the advantage of not triggering a recomputation of the metric value, but it has the disadvantage of returning a value that may not be the one corresponding to the current parameters. For GUI update purposes, this method is a good option, for mathematical validation you should rather call GetValue().
|
protected |
|
protected |
|
virtual |
Methods to define whether the cost function will be maximized or minimized. By default the VNL amoeba optimizer is only a minimizer. Maximization is implemented here by notifying the CostFunctionAdaptor which in its turn will multiply the function values and its derivative by -1.0.
|
inline |
Methods to define whether the cost function will be maximized or minimized. By default the VNL amoeba optimizer is only a minimizer. Maximization is implemented here by notifying the CostFunctionAdaptor which in its turn will multiply the function values and its derivative by -1.0.
Definition at line 77 of file itkSingleValuedNonLinearVnlOptimizer.h.
References m_Maximize.
|
overridevirtual |
Reimplemented from itk::SingleValuedNonLinearOptimizer.
References SingleValuedNonLinearVnlOptimizer().
|
protected |
The purpose of this method is to get around the lack of const-correctness in VNL cost-functions and optimizers
|
private |
Callback function for the Command Observer
|
virtual |
Methods to define whether the cost function will be maximized or minimized. By default the VNL amoeba optimizer is only a minimizer. Maximization is implemented here by notifying the CostFunctionAdaptor which in its turn will multiply the function values and its derivative by -1.0.
Referenced by MinimizeOn().
|
virtual |
Methods to define whether the cost function will be maximized or minimized. By default the VNL amoeba optimizer is only a minimizer. Maximization is implemented here by notifying the CostFunctionAdaptor which in its turn will multiply the function values and its derivative by -1.0.
Referenced by MinimizeOff().
|
inline |
Methods to define whether the cost function will be maximized or minimized. By default the VNL amoeba optimizer is only a minimizer. Maximization is implemented here by notifying the CostFunctionAdaptor which in its turn will multiply the function values and its derivative by -1.0.
Definition at line 92 of file itkSingleValuedNonLinearVnlOptimizer.h.
References MaximizeOn().
|
inline |
Methods to define whether the cost function will be maximized or minimized. By default the VNL amoeba optimizer is only a minimizer. Maximization is implemented here by notifying the CostFunctionAdaptor which in its turn will multiply the function values and its derivative by -1.0.
Definition at line 87 of file itkSingleValuedNonLinearVnlOptimizer.h.
References MaximizeOff().
|
overrideprotectedvirtual |
Print out internal state
Reimplemented from itk::SingleValuedNonLinearOptimizer.
|
overridepure virtual |
Set the cost Function. This method has to be overloaded by derived classes because the CostFunctionAdaptor requires to know the number of parameters at construction time. This number of parameters is obtained at run-time from the itkCostFunction. As a consequence each derived optimizer should construct its own CostFunctionAdaptor when overloading this method
Implemented in itk::AmoebaOptimizer, itk::ConjugateGradientOptimizer, itk::LBFGSBOptimizer, and itk::LBFGSOptimizer.
|
protected |
|
virtual |
Methods to define whether the cost function will be maximized or minimized. By default the VNL amoeba optimizer is only a minimizer. Maximization is implemented here by notifying the CostFunctionAdaptor which in its turn will multiply the function values and its derivative by -1.0.
Referenced by SetMinimize().
|
inline |
Methods to define whether the cost function will be maximized or minimized. By default the VNL amoeba optimizer is only a minimizer. Maximization is implemented here by notifying the CostFunctionAdaptor which in its turn will multiply the function values and its derivative by -1.0.
Definition at line 82 of file itkSingleValuedNonLinearVnlOptimizer.h.
References SetMaximize().
|
mutableprivate |
Definition at line 152 of file itkSingleValuedNonLinearVnlOptimizer.h.
|
mutableprivate |
Definition at line 154 of file itkSingleValuedNonLinearVnlOptimizer.h.
|
mutableprivate |
Definition at line 153 of file itkSingleValuedNonLinearVnlOptimizer.h.
|
private |
Definition at line 150 of file itkSingleValuedNonLinearVnlOptimizer.h.
|
private |
Definition at line 146 of file itkSingleValuedNonLinearVnlOptimizer.h.
|
private |
Definition at line 148 of file itkSingleValuedNonLinearVnlOptimizer.h.
Referenced by GetMinimize().