7 #ifndef __IPCONVCHECK_HPP__ 8 #define __IPCONVCHECK_HPP__ 44 virtual bool InitializeImpl(
46 const std::string& prefix
55 virtual ConvergenceStatus CheckConvergence(
56 bool call_intermediate_callback =
true 66 virtual bool CurrentIsAcceptable() = 0;
This is the base class for all algorithm strategy objects.
Base class for checking the algorithm termination criteria.
This file contains a base class for all exceptions and a set of macros to help with exceptions...
This class stores a list of user set options.
ConvergenceStatus
Convergence return enum.
virtual ~ConvergenceCheck()
Destructor.
ConvergenceCheck()
Constructor.