This repository was archived by the owner on Feb 28, 2024. It is now read-only.
What should be the n_calls when continuing the search #1140
diegolovison
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the document https://github.com/scikit-optimize/scikit-optimize/blob/master/examples/interruptible-optimization.py#L106 the
n_calls
is the same. It means that the code will be iteratedn_calls
scikit-optimize/skopt/optimizer/base.py
Line 297 in a2369dd
When restoring shouldn't be
n_calls - len(x0)
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions