File: control

package info (click to toggle)
python-cmaes 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: python: 3,115; sh: 88; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
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
Source: python-cmaes
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: python
Priority: optional
Standards-Version: 4.7.0.1
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hypothesis,
               python3-numpy,
               python3-setuptools,
               python3-wheel
Rules-Requires-Root: no
Homepage: https://github.com/CyberAgentAILab/cmaes
Vcs-Browser: https://salsa.debian.org/gspr/python-cmaes
Vcs-Git: https://salsa.debian.org/gspr/python-cmaes.git -b debian/sid

Package: python3-cmaes
Section: python
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python3-scipy
Description: Python 3 CMA-ES library
 Lightweight Covariance Matrix Adaptation Evolution Strategy (CMA-ES)
 implementation based on arXiv:1604.00772.