Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chnlyi opened this issue Aug 24, 2019 · 2 comments
Open

Comments

@chnlyi
Copy link

chnlyi commented Aug 24, 2019

No description provided.

@rsteca
Copy link
Owner

rsteca commented Aug 25, 2019

Hi! what do you mean by a callback?

@chnlyi
Copy link
Author

chnlyi commented Aug 27, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants