How to retrieve the history to use it for the further testing #88
Answered
by
jhj0411jhj
rachelhson
asked this question in
Q&A
-
Hello Thank you for this great open source to help our optimization process easier! I am using Bayesian Optimization algorithm in Openbox. After the test is completed, if I would like to continue testing from the previous data.
How can I use this history for the next test? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
jhj0411jhj
Mar 7, 2024
Replies: 1 comment
-
After initializing a new advisor, just set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jhj0411jhj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After initializing a new advisor, just set
advisor.history = previous_history
. We may add a new API to retrieve the history more easily.