TaoSetFunctionLowerBound
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 TaoSetFunctionLowerBound(TaoSolver tao,PetscReal fmin)
Logically Collective on TaoSolver
Input Parameters
| tao | - the TaoSolver solver context
|
| fmin | - the tolerance
|
Options Database Keys
-tao_fmin <fmin> -sets the minimum function value
See Also
TaoSetTolerances()
Level:intermediate
Location:src/interface/taosolver.c
TAO Solver Index
Table of Contents