#include "tao_solver.h" int TaoGetTolerances(TAO_SOLVER tao,double *fatol,double *frtol,double *catol,double *crtol)
Collective on TAO_SOLVER
fatol | - absolute convergence tolerance | |
frtol | - relative convergence tolerance | |
catol | - trust region convergence tolerance | |
crtol | - convergence of the function evaluates less than this tolerance |
Level:advanced
Location:src/interface/tao.c
TAO Solver Index
Table of Contents