DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.75k stars 1.12k forks source link

What's the best practice for DEAP to work with IDE? #403

Open hengzhe-zhang opened 5 years ago

hengzhe-zhang commented 5 years ago

It seems that DEAP using too much metaprogramming grammar, that makes IDE hard to do static syntax check and cause error-prone. So, what's the best practice to use DEAP to work with IDE? image

Freakwill commented 4 years ago

you could try pygenetic. pygenetic is a Python Genetic Algorithm API which is User-Friendly as well as Generic in nature unlike most GA APIs which make a trade off between the two.