#include "tao_solver.h" int TaoSetTolerances(TAO_SOLVER tao,double fatol,double frtol,double catol,double crtol)Collective on TAO_SOLVER
tao | - the TAO_SOLVER solver context | |
fatol | - absolute convergence tolerance | |
frtol | - relative convergence tolerance | |
catol | - allowable error in constraints | |
crtol | - allowable relative error in constraints |
-tao_fatol <fatol> | - Sets fatol | |
-tao_frtol <frtol> | - Sets frtol | |
-tao_catol <catol> | - Sets catol | |
-tao_crtol <crtol> | - Sets crtol |
f <= f + fatol
B1 - catol <= B(X) <= B2 + catol
f <= f + frtol*|f|
B1 - catol <= B(X) <= B2 + catol
Level:beginner
Location:src/interface/tao.c
TAO Solver Index
Table of Contents