1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: lbfgsb
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: math
Priority: optional
Standards-Version: 4.6.2.0
Build-Depends: debhelper-compat (= 13), gfortran, libblas-dev, liblapack-dev
Rules-Requires-Root: no
Homepage: https://users.iems.northwestern.edu/~nocedal/lbfgsb.html
Vcs-Browser: https://salsa.debian.org/gspr/lbfgsb
Vcs-Git: https://salsa.debian.org/gspr/lbfgsb.git -b debian/sid
Package: liblbfgsb0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Limited-memory quasi-Newton bound-constrained optimization
Fortran library implementing limited-memory quasi-Newton
bound-constrained optimization as described in [1,2,3].
.
This package contains the library itself.
.
[1] R. H. Byrd, P. Lu and J. Nocedal. A Limited Memory Algorithm for
Bound Constrained Optimization, (1995), SIAM Journal on Scientific
and Statistical Computing , 16, 5, pp. 1190-1208.
.
[2] C. Zhu, R. H. Byrd and J. Nocedal. L-BFGS-B: Algorithm 778:
L-BFGS-B, FORTRAN routines for large scale bound constrained
optimization (1997), ACM Transactions on Mathematical Software, Vol
23, Num. 4, pp. 550 - 560.
.
[3] J.L. Morales and J. Nocedal. L-BFGS-B: Remark on Algorithm 778:
L-BFGS-B, FORTRAN routines for large scale bound constrained
optimization (2011), to appear in ACM Transactions on Mathematical
Software.
Package: liblbfgsb-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, liblbfgsb0 (= ${binary:Version})
Suggests: liblbfgsb-doc, liblbfgsb-examples
Description: Limited-memory quasi-Newton bound-constrained optimization (static library)
Fortran library implementing limited-memory quasi-Newton
bound-constrained optimization as described in [1,2,3].
.
This package contains the static library.
.
[1] R. H. Byrd, P. Lu and J. Nocedal. A Limited Memory Algorithm for
Bound Constrained Optimization, (1995), SIAM Journal on Scientific
and Statistical Computing , 16, 5, pp. 1190-1208.
.
[2] C. Zhu, R. H. Byrd and J. Nocedal. L-BFGS-B: Algorithm 778:
L-BFGS-B, FORTRAN routines for large scale bound constrained
optimization (1997), ACM Transactions on Mathematical Software, Vol
23, Num. 4, pp. 550 - 560.
.
[3] J.L. Morales and J. Nocedal. L-BFGS-B: Remark on Algorithm 778:
L-BFGS-B, FORTRAN routines for large scale bound constrained
optimization (2011), to appear in ACM Transactions on Mathematical
Software.
Package: liblbfgsb-examples
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Limited-memory quasi-Newton bound-constrained optimization (examples)
Fortran library implementing limited-memory quasi-Newton
bound-constrained optimization as described in [1,2,3].
.
This package contains some example programs, their source code and
example output as provided by upstream.
.
[1] R. H. Byrd, P. Lu and J. Nocedal. A Limited Memory Algorithm for
Bound Constrained Optimization, (1995), SIAM Journal on Scientific
and Statistical Computing , 16, 5, pp. 1190-1208.
.
[2] C. Zhu, R. H. Byrd and J. Nocedal. L-BFGS-B: Algorithm 778:
L-BFGS-B, FORTRAN routines for large scale bound constrained
optimization (1997), ACM Transactions on Mathematical Software, Vol
23, Num. 4, pp. 550 - 560.
.
[3] J.L. Morales and J. Nocedal. L-BFGS-B: Remark on Algorithm 778:
L-BFGS-B, FORTRAN routines for large scale bound constrained
optimization (2011), to appear in ACM Transactions on Mathematical
Software.
|