~ubuntu-branches/ubuntu/saucy/deap/saucy

« back to all changes in this revision

Viewing changes to doc/api/gp.rst

  • Committer: Package Import Robot
  • Author(s): Miriam Ruiz, Jakub Wilk, Miriam Ruiz
  • Date: 2011-11-17 11:53:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111117115315-k9lkwpqcbsq8n0q7
Tags: 0.7.1-1
[ Jakub Wilk ]
* Add Vcs-* fields.

[ Miriam Ruiz ]
* New Upstream Release
* Upgraded Standards-Version from 3.9.1 to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Genetic Programming
 
2
===================
 
3
.. automodule:: deap.gp
 
4
 
 
5
.. autoclass:: deap.gp.PrimitiveSet
 
6
        :members:
 
7
 
 
8
.. autoclass:: deap.gp.PrimitiveTree
 
9
        :members:
 
10
 
 
11
.. autoclass:: deap.gp.Primitive
 
12
        :members:
 
13
 
 
14
.. autoclass:: deap.gp.Operator
 
15
        :members:
 
16
 
 
17
.. autoclass:: deap.gp.Terminal
 
18
        :members:
 
19
 
 
20
.. autoclass:: deap.gp.Ephemeral
 
21
        :members:
 
22
 
 
23
.. autofunction:: deap.gp.evaluate
 
24
 
 
25
.. autofunction:: deap.gp.evaluateADF
 
26
 
 
27
.. autofunction:: deap.gp.lambdify
 
28
 
 
29
.. autofunction:: deap.gp.lambdifyList
 
30
 
 
31
.. autoclass:: deap.gp.PrimitiveSetTyped
 
32
        :members:
 
 
b'\\ No newline at end of file'