(git:b195825)
cp_lbfgs.F File Reference

Go to the source code of this file.

Modules

module  cp_lbfgs
 LBFGS-B routine (version 3.0, April 25, 2011)
 

Functions/Subroutines

subroutine, public cp_lbfgs::setulb (n, m, x, lower_bound, upper_bound, nbd, f, g, factr, pgtol, wa, iwa, task, iprint, csave, lsave, isave, dsave, trust_radius, spgr)
 This subroutine partitions the working arrays wa and iwa, and then uses the limited memory BFGS method to solve the bound constrained optimization problem by calling mainlb. (The direct method will be used in the subspace minimization.) More...