TaoResetStatistics
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 "taosolver.h"
PetscErrorCode TaoResetStatistics(TaoSolver tao)
Collective on TaoSolver
Input Parameters
solver -the TaoSolver context
See Also
TaoCreate(), TaoSolve()
Level:developer
Location:src/interface/taosolver.c
TAO Solver Index
Table of Contents