rsteca / sklearn-deap

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

stuck after gen 1... #60

Open fcoppey opened 5 years ago

fcoppey commented 5 years ago
image

I have some datasets where the search get stuck for ever on gen 1 for instance.. does it happen to you too? how can I figure out what is the problem? python is still running and using a lot of CPU... but after hours nothing happens. any idea what could be the issue?

rsteca commented 5 years ago

That's pretty weird, can you share the code you are using so I can reproduce the problem?