Replies: 1 comment
-
The most straightforward thing would is to just model the outcomes with the sign of the to-be-minimized objective to be flipped. You can then compute the PF (assuming maximization) and flip the sign of the outcome again afterwards. A separate comment about your approach: You are generating a list of acquisition functions and then generate candidates from them, but you are not taking into account the effect of the "pending" points you have selected in the earlier optimizations when selecting the later ones. The proper thing to do here is not use |
Beta Was this translation helpful? Give feedback.
-
I need to maximize one of the two functions, and minimize the other.
I want to perform max-min Bayesian optimization using GenericMCOjective, how can I modify this code? Or is there any other way?
I would appreciate it if you could tell me how to draw the max-min paleto front.
Beta Was this translation helpful? Give feedback.
All reactions