File: control

package info (click to toggle)
deap 1.0.2.post2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,816 kB
  • sloc: python: 6,914; cpp: 482; makefile: 84; sh: 10
file content (84 lines) | stat: -rw-r--r-- 2,292 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
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
Source: deap
Section: python
Priority: optional
Maintainer: Daniel Stender <stender@debian.org>
Uploaders:
 Miriam Ruiz <miriam@debian.org>,
 Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all,
 python3-all,
 python-numpy,
 python3-numpy,
 python-sphinx,
 python-matplotlib,
 texlive-latex-extra,
 dvipng,
 rdfind,
 symlinks,
 pandoc
Standards-Version: 3.9.7
Homepage: http://deap.gel.ulaval.ca/doc/default/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/deap.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/deap.git

Package: python-deap
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Recommends:
 python-matplotlib,
 python-numpy
Suggests:
 deap-doc,
 python-scoop
Description: Distributed Evolutionary Algorithms in Python
 DEAP is a novel evolutionary computation framework for rapid prototyping and
 testing of ideas. It seeks to make algorithms explicit and data structures
 transparent. It works in perfect harmony with parallelisation mechanism such as
 multiprocessing and SCOOP.
 .
 This package contains the modules for Python.

Package: python3-deap
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Recommends:
 python3-matplotlib,
 python3-numpy
Suggests:
 deap-doc,
 python3-scoop
Description: Distributed Evolutionary Algorithms in Python3
 DEAP is a novel evolutionary computation framework for rapid prototyping and
 testing of ideas. It seeks to make algorithms explicit and data structures
 transparent. It works in perfect harmony with parallelisation mechanism such as
 multiprocessing and SCOOP.
 .
 This package contains the modules for Python3.

Package: deap-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends}
Recommends:
 python-deap,
 python3-deap
Conflicts:
 python-deap-doc
Replaces:
 python-deap-doc
Description: Distributed Evolutionary Algorithms in Python (docs)
 DEAP is a novel evolutionary computation framework for rapid prototyping and
 testing of ideas. It seeks to make algorithms explicit and data structures
 transparent. It works in perfect harmony with parallelisation mechanism such as
 multiprocessing and SCOOP.
 .
 This package contains the documentation.