rsteca / sklearn-deap

Use evolutionary algorithms instead of gridsearch in scikit-learn
MIT License
771 stars 131 forks source link

NSGA and SPEA2 #63

Closed marcodelmoral closed 5 years ago

marcodelmoral commented 5 years ago

Hello, any plans to implement DEAP's NSGA and SPEA algorithms? I tried to branch your code and modify it with no avail.

Thanks!

rsteca commented 5 years ago

Sorry, I have no plans on implementing those. But all PRs are welcome!