1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ensmallen
Section: libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@alioth-lists.debian.net>
Uploaders: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
libarmadillo-dev, liblapack-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.ensmallen.org/
Vcs-Git: https://salsa.debian.org/science-team/ensmallen.git
Vcs-Browser: https://salsa.debian.org/science-team/ensmallen
Package: libensmallen-dev
Section: libdevel
Architecture: any
Depends: libarmadillo-dev, liblapack-dev, ${misc:Depends}
Description: C++ header-only library for mathematical optimization
Ensmallen provides a simple set of abstractions for writing an objective
function to optimize. It also provides a large set of standard and cutting-edge
optimizers that can be used for virtually any mathematical optimization task.
These include full-batch gradient descent techniques, small-batch techniques,
gradient-free optimizers, and constrained optimization.
|