8000 [MRG]Add hollow iterations early stopper by ludaavics · Pull Request #917 · scikit-optimize/scikit-optimize · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

[MRG]Add hollow iterations early stopper #917

Merged
merged 3 commits into from
Sep 3, 2020

Conversation

ludaavics
Copy link

Stop the optimization if the improvement over the last n iterations is below a threshold.
Similar to, but not quite the same as DeltaY stopper. For instance, if the the search has already found the true minimum, and the 2nd best is more than delta away, DeltaY will never kick in.

@pep8speaks
Copy link
pep8speaks commented Jun 18, 2020

Hello @ludaavics! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2020-06-18 20:22:08 UTC

@holgern
Copy link
Contributor
holgern commented Sep 3, 2020

Thanks a lot for your contribution

@holgern holgern merged commit 48be9e4 into scikit-optimize:master Sep 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0