[go: up one dir, main page]

File: about.rst

package info (click to toggle)
deap 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,500 kB
  • sloc: python: 8,558; ansic: 1,054; cpp: 592; makefile: 94; sh: 5
file content (59 lines) | stat: -rw-r--r-- 2,026 bytes parent folder | download | duplicates (6)
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
.. image:: _static/deap_long.png
   :width: 300 px
   :align: right
   :target: index.html

.. image:: _static/lvsn.png
   :width: 175 px
   :align: right
   :target: http://vision.gel.ulaval.ca/

.. image:: _static/ul.gif
   :width: 175 px
   :align: right
   :target: http://www.ulaval.ca/

About DEAP
==========

Main Contributors
-----------------

In alphabetical order

- `François-Michel De Rainville <https://vision.gel.ulaval.ca/~fmdrainville>`_
- `Félix-Antoine Fortin <https://vision.gel.ulaval.ca/~fafortin>`_
- `Christian Gagné <https://vision.gel.ulaval.ca/~cgagne>`_
- Olivier Gagnon
- Marc-André Gardner
- Simon Grenier
- Yannick Hold-Geoffroy
- Marc Parizeau

DEAP is developed at the `Computer Vision and Systems Laboratory (CVSL) <https://vision.gel.ulaval.ca/>`_ at `Université Laval <http://www.ulaval.ca>`_, in Quebec city, Canada.


Publications on DEAP
--------------------

- Félix-Antoine Fortin, François-Michel De Rainville, Marc-André Gardner, Marc Parizeau and Christian Gagné, "DEAP: Evolutionary Algorithms Made Easy", Journal of Machine Learning Research, pp. 2171-2175, no 13, jul 2012.
- François-Michel De Rainville, Félix-Antoine Fortin, Marc-André Gardner, Marc Parizeau and Christian Gagné, "DEAP: A Python Framework for Evolutionary Algorithms", in EvoSoft Workshop, Companion proc. of the Genetic and Evolutionary Computation Conference (GECCO 2012), July 07-11 2012.


Citation
--------

Authors of scientific papers including results generated using DEAP are
encouraged to cite the following paper.

.. code-block:: latex

     @article{DEAP_JMLR2012, 
         author    = " F\'elix-Antoine Fortin and Fran\c{c}ois-Michel {De Rainville} and Marc-Andr\'e Gardner and Marc Parizeau and Christian Gagn\'e ",
         title     = { {DEAP}: Evolutionary Algorithms Made Easy },
         pages     = { 2171--2175 },
         volume    = { 13 },
         month     = { jul },
         year      = { 2012 },
         journal   = { Journal of Machine Learning Research }
     }