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.
|