TaoSetDefaultStatistics
Initialize the statistics used by TAO for all of the solvers. These statistics include the iteration number, residual norms, and convergence status. This routine gets called before solving each optimization problem.
Synopsis
#include "tao_solver.h"
int TaoSetDefaultStatistics(TAO_SOLVER solver)
Collective on TAO_SOLVER
Input Parameters
solver -the TAO_SOLVER solver context
Keywords
options, defaults
See Also
TaoCreate(), TaoSetDefaultParameters(), TaoSetDefaultMonitors(), TaoSolve()
Level:developer
Location:src/interface/newsolver.c
TAO Solver Index
Table of Contents