TaoGetTolerances

Gets convergence parameters.

Synopsis

#include "tao_solver.h"  
int TaoGetTolerances(TAO_SOLVER tao,double *fatol,double *frtol,double *catol,double *crtol)

Collective on TAO_SOLVER

Input Parameters

tao -the TAO_SOLVER solver context

Input Parameters

fatol - absolute convergence tolerance
frtol - relative convergence tolerance
catol - trust region convergence tolerance
crtol - convergence of the function evaluates less than this tolerance

Keywords

options, convergence

See Also

TaoSetTolerances

Level:advanced
Location:src/interface/tao.c
TAO Solver Index
Table of Contents