Skip to content
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 https://github.com/pytorch/botorch/blob/e44280e32f64de9c8deed8ca989c258410ac423d/botorch/acquisition/multi_objective/monte_carlo.py#L331 essentially assumes that there is only a one-sided lower threshold for ea…

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