Modelling for discontinuity in solution space #1449
Replies: 3 comments 5 replies
-
You could probably get something working with a custom |
Beta Was this translation helpful? Give feedback.
-
Input warping might also be quite helpful here. See https://botorch.org/tutorials/bo_with_warped_gp |
Beta Was this translation helpful? Give feedback.
-
Going one step back, I had assigned a large number to the costs towards the left of the graph because they were NaNs. Let's say I instead wish to have the points with cost above 40 to be excluded from the domain. I can use inequality constraints and exclude those points right? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to model when I know that there is at least one point of discontinuity in the solution? I have been modifying
covar_module
inSingleTaskGP
but that doesn't seem to work so well. Based on the graph, the minima is most likely around 18-20 units. But thePosteriorMean
acquisition function will tell me that its near 22.Beta Was this translation helpful? Give feedback.
All reactions