#include "tao_solver.h" int TaoMonitor(TAO_SOLVER tao, int iterate, double f, double fnorm, double cnorm, double step, TaoTerminateReason *reason)
tao | - the TAO_SOLVER context | |
f | - the current objective function value | |
iterate | - the current iterate number (>=0) | |
fnorm | - the gradient norm, square root of the duality gap, or other measure indicating distince from optimality. This measure will be recorded and used for some termination tests. | |
cnorm | - the infeasibility of the current solution with regard to the constraints. | |
step | - multiple of the step direction added to the previous iterate. |
Level:developer
Location:src/interface/tao.c
TAO Solver Index
Table of Contents