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

Parallel implementation #37

Closed edoardolegnani closed 5 years ago

edoardolegnani commented 5 years ago

Is a parallel implementation of gaft planned?

PytLab commented 5 years ago

Yes. Actually, it has already parallel version, you can use mpirun to run your gaft script.