Skip to content

Commit

Permalink
Removed Tree and lambdify List
Browse files Browse the repository at this point in the history
--HG--
branch : dev
  • Loading branch information
fmder committed Jun 14, 2012
1 parent 47a6415 commit f68cab9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
Binary file removed doc/_images/deap.png
Binary file not shown.
Binary file removed doc/_images/deap_t.png
Binary file not shown.
Binary file removed doc/_static/deap_t.png
Binary file not shown.
11 changes: 1 addition & 10 deletions doc/api/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,7 @@ aliases instead of direct function names.

.. automethod:: deap.base.Toolbox.decorate(alias, decorator[, decorator[, ...]])

Additional Base Types
---------------------
Even if there is a very large variety of implemented types in Python, we must provide additional ones for sake of completeness.

Fitness
+++++++
-------
.. autoclass:: deap.base.Fitness([values])
:members:

Tree
++++
.. autoclass:: deap.base.Tree([content])
:members:
2 changes: 0 additions & 2 deletions doc/api/gp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ Genetic Programming

.. autofunction:: deap.gp.lambdify

.. autofunction:: deap.gp.lambdifyList

.. autoclass:: deap.gp.PrimitiveSetTyped
:members:

0 comments on commit f68cab9

Please sign in to comment.