liblbfgs 1.10-8 source package in Ubuntu

Changelog

liblbfgs (1.10-8) unstable; urgency=medium

  * Minor fixes to package metadata

 -- Dima Kogan <email address hidden>  Tue, 22 Nov 2022 10:27:31 -0800

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
liblbfgs_1.10-8.dsc 2.0 KiB 239e856fb3071fdd4972b85b5141b43f7502bff082aed8a5b11fcfc6f4efd872
liblbfgs_1.10.orig.tar.gz 45.0 KiB e2a4085a8568e84268bcf0a40a5319f6591eefb30574c71f7ff4723ba35930f7
liblbfgs_1.10-8.debian.tar.xz 3.9 KiB 4a2f833110246e9cee3f1daa1b96097efe9d93e525a77f9f517addf19275685b

Available diffs

No changes file available.

Binary packages built by this source

liblbfgs-dev: 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

liblbfgs0: 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.

liblbfgs0-dbgsym: debug symbols for liblbfgs0