Replies: 2 comments 2 replies
-
Sure, this is definitely possible. How exactly are you using BoTorch to do this optimization? Note that BoTorch is primarily designed for Bayesian Optimization research & advanced use cases; if you simply want to optimize a black box function I'd recommend using Ax (https://ax.dev/), which has out-of-the-box support for storing experiments snapshots. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure why you want to "Customize GP model", this seems unnecessary (and most likely worse than using the Ax defaults). You should start here: https://ax.dev/tutorials/gpei_hartmann_service.html. You can read about evaluation failures in the same tutorial: https://ax.dev/tutorials/gpei_hartmann_service.html#Special-Cases |
Beta Was this translation helpful? Give feedback.
-
Hi, guys, i am new to the botorch. I am using it to optimize some simulation results. Sometimes, the simulation may fails and cause the whole optimization process stoped. Then, I have to re-run all of the optimization. Is there a way to re-start BO with the previous data? For example, if we have run it from 0 iteration to 100 iteration, then some error happens, can we export some data and start the next optimization from the 100 iteration? If this can be done, it will be really appreciated if you can tell me how to do that or where I can find the instruction. Thank you for your generous help.
Beta Was this translation helpful? Give feedback.
All reactions