9 #ifndef __IPCONVCHECK_HPP__
10 #define __IPCONVCHECK_HPP__
48 const std::string& prefix) = 0;
This is the base class for all algorithm strategy objects.
Base class for checking the algorithm termination criteria.
ConvergenceStatus
Convergence return enum.
@ CONVERGED_TO_ACCEPTABLE_POINT
ConvergenceCheck()
Constructor.
virtual bool CurrentIsAcceptable()=0
Method for testing if the current iterate is considered to satisfy the "accptable level" of accuracy.
void operator=(const ConvergenceCheck &)
Overloaded Equals Operator.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)=0
overloaded from AlgorithmStrategyObject
ConvergenceCheck(const ConvergenceCheck &)
Default Constructor.
virtual ~ConvergenceCheck()
Default destructor.
virtual ConvergenceStatus CheckConvergence(bool call_intermediate_callback=true)=0
Pure virtual method for performing the convergence test.
This class stores a list of user set options.