Go to the documentation of this file.
7 #ifndef __IPCONVCHECK_HPP__
8 #define __IPCONVCHECK_HPP__
46 const std::string& prefix
56 bool call_intermediate_callback =
true
ConvergenceCheck()
Constructor.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
void operator=(const ConvergenceCheck &)
Default Assignment Operator.
@ CONVERGED_TO_ACCEPTABLE_POINT
ConvergenceStatus
Convergence return enum.
ConvergenceCheck(const ConvergenceCheck &)
Default Constructor.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)=0
overloaded from AlgorithmStrategyObject
virtual ConvergenceStatus CheckConvergence(bool call_intermediate_callback=true)=0
Pure virtual method for performing the convergence test.
This is the base class for all algorithm strategy objects.
virtual ~ConvergenceCheck()
Destructor.
This class stores a list of user set options.
Base class for checking the algorithm termination criteria.
virtual bool CurrentIsAcceptable()=0
Method for testing if the current iterate is considered to satisfy the "acceptable level" of accuracy...