18 #ifndef __itkQuasiNewtonOptimizerv4_h
19 #define __itkQuasiNewtonOptimizerv4_h
24 #include "vnl/algo/vnl_matrix_inverse.h"
25 #include "vnl/algo/vnl_determinant.h"
58 template<
typename TInternalComputationValueType>
110 itkSetMacro(MaximumNewtonStepSizeInPhysicalUnits, TInternalComputationValueType);
206 #ifndef ITK_MANUAL_INSTANTIATION
207 #include "itkQuasiNewtonOptimizerv4.hxx"
itk::Array2D< TInternalComputationValueType > HessianType
std::string m_NewtonStepWarning
Light weight base class for most itk classes.
Superclass::IndexRangeType IndexRangeType
QuasiNewtonOptimizerv4Template Self
Superclass::DerivativeType DerivativeType
Superclass::ParametersType ParametersType
SmartPointer< const Self > ConstPointer
virtual void StartOptimization(bool doOnlyInitialization=false)
virtual void ResetNewtonStep(IndexValueType location)
DomainThreader< ThreadedIndexedContainerPartitioner, Self >::Pointer m_EstimateNewtonStepThreader
signed long IndexValueType
void ModifyCombinedNewtonStep()
SizeValueType m_MaximumIterationsWithoutProgress
Superclass::StopConditionType StopConditionType
void CombineGradientNewtonStep(void)
unsigned long SizeValueType
SmartPointer< Self > Pointer
virtual void EstimateNewtonStep()
GradientDescentOptimizerv4Template< TInternalComputationValueType > Superclass
Superclass::MeasureType MeasureType
Superclass::DerivativeType DerivativeType
virtual void EstimateNewtonStepOverSubRange(const IndexRangeType &subrange)
QuasiNewtonOptimizerv4Template< double > QuasiNewtonOptimizerv4
Superclass::MeasureType MeasureType
Array2D class representing a 2D array with size defined at construction time.
SizeValueType m_BestIteration
virtual ~QuasiNewtonOptimizerv4Template()
DerivativeType m_NewtonStep
Superclass::ParametersType ParametersType
std::vector< bool > m_NewtonStepValidFlags
TInternalComputationValueType m_MaximumNewtonStepSizeInPhysicalUnits
virtual void PrintSelf(std::ostream &os, Indent indent) const
virtual bool ComputeHessianAndStepWithBFGS(IndexValueType location)
Superclass::DerivativeType DerivativeType
virtual void AdvanceOneStep(void)
ParametersType m_OptimalStep
TInternalComputationValueType InternalComputationValueType
MeasureType m_PreviousValue
ParametersType m_BestPosition
Control indentation during Print() invocation.
void operator=(const Self &)
Superclass::MeasureType MeasureType
Gradient descent optimizer.
std::vector< HessianType > HessianArrayType
HessianArrayType m_HessianArray
QuasiNewtonOptimizerv4Template()
ThreadedIndexedContainerPartitioner::IndexRangeType IndexRangeType
ParametersType m_PreviousPosition
Superclass::IndexRangeType IndexRangeType
ParametersType m_CurrentPosition
Superclass::StopConditionType StopConditionType
Implement a Quasi-Newton optimizer with BFGS Hessian estimation.