|
L-BFGS-B
3.0
Large-scale Bound-constrained Optimization
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | prn2lb (n, x, f, g, iprint, itfile, iter, nfgv, nact, sbgnrm, nseg, word, iword, iback, stp, xstep) |
| This subroutine prints out new information after a successful line search. More... | |
| subroutine prn2lb | ( | integer | n, |
| double precision, dimension(n) | x, | ||
| double precision | f, | ||
| double precision, dimension(n) | g, | ||
| integer | iprint, | ||
| integer | itfile, | ||
| integer | iter, | ||
| integer | nfgv, | ||
| integer | nact, | ||
| double precision | sbgnrm, | ||
| integer | nseg, | ||
| character*3 | word, | ||
| integer | iword, | ||
| integer | iback, | ||
| double precision | stp, | ||
| double precision | xstep | ||
| ) |
This subroutine prints out new information after a successful line search.
| n | On entry n is the number of variables. On exit n is unchanged. |
| x | On entry x is an approximation to the solution. On exit x is the current approximation. |
| f | On first entry f is unspecified. On final exit f is the value of the function at x. |
| g | On first entry g is unspecified. On final exit g is the value of the gradient at x. |
| iprint | It controls the frequency and type of output generated:
|
| itfile | unit number of iterate.dat file |
| iter | TODO |
| nfgv | TODO |
| nact | TODO |
| sbgnrm | TODO |
| nseg | TODO |
| word | TODO |
| iword | TODO |
| iback | TODO |
| stp | TODO |
| xstep | TODO |
Definition at line 43 of file prn2lb.f.
Referenced by mainlb().