rsteca / sklearn-deap

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

Can you please add callback into EvolutionaryAlgorithmSearchCV().fit()? #67

Open chnlyi opened 4 years ago

rsteca commented 4 years ago

Hi! what do you mean by a callback?

chnlyi commented 4 years ago

Callbacks are callables which are invoked after each iteration of the optimizer and are passed the results "so far". Callbacks can monitor progress, or stop the optimization early by returning True. ---https://scikit-optimize.github.io/callbacks.m.html