Scythe-1.0.3
|
Numerical convergence error. More...
#include <scythestat/error.h>
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 () |
Numerical 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.