9 #ifndef __IPHESSIANUPDATER_HPP__
10 #define __IPHESSIANUPDATER_HPP__
38 const std::string& prefix) = 0;
This is the base class for all algorithm strategy objects.
Abstract base class for objects responsible for updating the Hessian information.
HessianUpdater()
Default Constructor.
HessianUpdater(const HessianUpdater &)
Copy Constructor.
void operator=(const HessianUpdater &)
Overloaded Equals Operator.
virtual void UpdateHessian()=0
Update the Hessian based on the current information in IpData, and possibly on information from previ...
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)=0
overloaded from AlgorithmStrategyObject
virtual ~HessianUpdater()
Default destructor.
This class stores a list of user set options.