7#ifndef __IPCONVCHECK_HPP__
8#define __IPCONVCHECK_HPP__
47 const std::string& prefix
57 bool call_intermediate_callback =
true
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 "acceptable level" of accuracy...
void operator=(const ConvergenceCheck &)
Default Assignment Operator.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)=0
overloaded from AlgorithmStrategyObject
ConvergenceCheck(const ConvergenceCheck &)
Default Constructor.
virtual ~ConvergenceCheck()
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.
This file contains a base class for all exceptions and a set of macros to help with exceptions.