Skip to content

Handling Equality Constraints in Ax Optimization #177

Answered by sgbaird
Amanichab asked this question in Data Science
Discussion options

You must be logged in to vote

There are a few threads related to this that might help clarify. Part of the trouble is the optimization of the acquisition function. After the model is fit, trying to find the acquisition function maximum is its own hurdle. The issue with an equality constraint is that you end up with a line in a plane, a polygon in 3D, a volume in 4D, etc. This makes it difficult for optimization algorithms (especially ones that rely on random sampling) to handle because it's a needle in a haystack problem - this is why you get the "random draws" error. You'd need to sample an infinite number of random points in a 3D space to get points that land exactly on a plane in that space. When you use the "hidde…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Amanichab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants