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