File: control

package info (click to toggle)
pyevolve 0.6~rc1%2Bsvn398%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,060 kB
  • ctags: 832
  • sloc: python: 5,119; xml: 183; sh: 71; makefile: 38
file content (62 lines) | stat: -rw-r--r-- 2,061 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
Source: pyevolve
Section: python
Priority: optional
Maintainer: Christian Kastner <ckk@debian.org>
Build-Depends:
    debhelper (>= 9),
    python-all (>= 2.6.6-3~),
    dh-python,
    python-setuptools,
    python-sphinx (>= 1.0.7+dfsg-1~),
    python-matplotlib (>= 0.98.5),
    python-tk,
    python-numpy,
    python-pydot,
Standards-Version: 3.9.8
Homepage: http://pyevolve.sourceforge.net
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pyevolve.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pyevolve.git
X-Python-Version: >= 2.6

Package: python-pyevolve
Architecture: all
Depends:
    ${python:Depends},
    ${misc:Depends},
Recommends:
    python-pyevolve-doc,
    python-matplotlib (>= 0.98.5),
    python-tk,
    python-numpy,
    python-pydot,
Suggests:
    python-visual,
    python-mysqldb,
Description: complete genetic algorithm framework
 Pyevolve was developed to be a complete genetic algorithm framework written in
 pure Python. It provides an easy-to-use API, implementing the most common
 features of GA, including various selectors and scaling schemes. It is also
 easily extendable, allowing users to create new representations and genetic
 operators. Various methods of interactive and non-interactive visualization
 are supported.
 .
 This package contains the Python modules.

Package: python-pyevolve-doc
Section: doc
Architecture: all
Depends:
    ${sphinxdoc:Depends},
    ${misc:Depends},
Recommends:
    python-pyevolve,
Description: documentation for the Pyevolve genetic algorithm framework
 Pyevolve was developed to be a complete genetic algorithm framework written in
 pure Python. It provides an easy-to-use API, implementing the most common
 features of GA, including various selectors and scaling schemes. It is also
 easily extendable, allowing users to create new representations and genetic
 operators. Various methods of interactive and non-interactive visualization
 are supported.
 .
 This package contains the documentation for Pyevolve in HTML form, and some
 examples.