TaoGetFunctionLowerBound
Sets a bound on the solution objective value. When an approximate solution with an objective value below this number has been found, the solver will terminate.
Synopsis
#include "taosolver.h"
PetscErrorCode TaoGetFunctionLowerBound(TaoSolver tao,PetscReal *fmin)
Not collective on TaoSolver
Input Parameters
tao -the TaoSolver solver context
OutputParameters
fmin -the minimum function value
See Also
TaoSetFunctionLowerBound()
Level:intermediate
Location:src/interface/taosolver.c
TAO Solver Index
Table of Contents