Skip to content

Introduction of objective constraints in botorch - unclear implementation and runtime issues #2434

Answered by Balandat
MoBurmeister asked this question in Q&A
Discussion options

You must be logged in to vote

one target (a temperature) should be maximized but should not exceed a specific temperature limit.

Interesting; this is a somewhat non-standard setting. Typically, we assume that if an objective is maximized, we don't "cap" it.

The proper way to incorporate this into the multi-objective optimization acquisition functions themselves, in this case qNoisyExpectedHypervolumeImprovement. At this point Hypervolume-based acquisition functions don't support this, their ref_point argument

ref_point: Union[List[float], Tensor],
essentially assumes that there is only a one-sided lower threshold for each…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MoBurmeister
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants