File: faq.rst

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 (15 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

F.A.Q.
====================================

**What is Pyevolve ?**

   Pyevolve is an Evolutionary Computation framework written in pure python.

**Why you have created this framework ?**

   Python is a powerful language, the features of Python together 
   with the Evolutionary Algorithms (EA) can be very interesting. There
   is no good GA library written in Python today. The main effort
   of Pyevolve is to solve a clean solution, since the Evolutionary Computation
   research field is growing faster.