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
|
Source: liblbfgs
Section: science
Priority: optional
Build-Depends: debhelper (>= 9), automake, autoconf, libtool
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dima@secretsauce.net>
Standards-Version: 3.9.5
Homepage: http://www.chokkan.org/software/liblbfgs/index.html
Vcs-Git: git://anonscm.debian.org/debian-science/packages/liblbfgs.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/liblbfgs.git
Package: liblbfgs0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: L-BFGS solver for unconstrained nonlinear optimization problems
Solves nonlinear optimization problems using the limited-memory BFGS method.
The user specifies a callback C function that returns the value and gradients
of the cost function at a particular operating point. This library estimates
the Hessians from user input, and applies Newton's method iteratively to find a
local minimum of the cost function. This is a small library, written in C with
minimal dependencies.
Package: liblbfgs-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: liblbfgs0 (= ${binary:Version}), ${misc:Depends}
Description: L-BFGS solver for unconstrained nonlinear optimization problems
Solves nonlinear optimization problems using the limited-memory BFGS method.
The user specifies a callback C function that returns the value and gradients
of the cost function at a particular operating point. This library estimates
the Hessians from user input, and applies Newton's method iteratively to find a
local minimum of the cost function. This is a small library, written in C with
minimal dependencies.
.
This package contains development files
Package: liblbfgs0-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: liblbfgs0 (= ${binary:Version}), ${misc:Depends}
Description: L-BFGS solver for unconstrained nonlinear optimization problems
Solves nonlinear optimization problems using the limited-memory BFGS method.
The user specifies a callback C function that returns the value and gradients
of the cost function at a particular operating point. This library estimates
the Hessians from user input, and applies Newton's method iteratively to find a
local minimum of the cost function. This is a small library, written in C with
minimal dependencies.
.
This package contains the debug symbols
|