PytLab / gaft

A Genetic Algorithm Framework in Python (not for production level)
http://gaft.readthedocs.io/
GNU General Public License v3.0
739 stars 218 forks source link

Can I use this to search a specific result? #42

Closed zyxnine9 closed 3 years ago

zyxnine9 commented 5 years ago

for example, f(x,y) = x+y, I want to know when f(x,y) = 0, the value for x and y, can anyone tell me can I do that or how to do that?