Replies: 1 comment 3 replies
-
What dimension is your problem? And how many evaluations does it typically take to get near the optimum if that is successful? Trying to understand whether this behavior is just an unlucky initialization or whether the optimization indeed does get stuck and wouldn't explore other regions of the domain. Have you looked at the model fits / do you have a sense for how good they are? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hello,
I am using botorch for a problem and it works great most of the time. The only problem is that sometimes when I run the optimization, it does not find the global optimum. Then, when I run the optimization for the exact same problem again, the optimizer gives me the global optimum. It seems that for these cases, the model sometimes sticks in a local optimum rather than the global one. I have attached the main parts of my code here and I appreciate it if you can help me with some suggestions.
Beta Was this translation helpful? Give feedback.
All reactions