7 #ifndef __IPCONVCHECK_HPP__ 8 #define __IPCONVCHECK_HPP__ 45 virtual bool InitializeImpl(
47 const std::string& prefix
56 virtual ConvergenceStatus CheckConvergence(
57 bool call_intermediate_callback =
true 67 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.