#include <scythestat/error.h>
Inheritance diagram for scythe::scythe_convergence_error:


Library members throw this exception when a numerical algorithm fails to converge to a stable value. For example, the BFGS optimization routine throws this exception when it cannot locate the minimum of a function to a given tolerance.
Public Member Functions | |
| scythe_convergence_error (const std::string &file, const std::string &function, const unsigned int &line, const std::string &message="", const bool &halt=false) throw () | |
1.4.7