You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For minimizing my black-box function y I can always maximize -y.
However, since the analytic acquisition functions (noisy/constrained)EI, PI and UCB support minization via maximize=False while the others don't, I was wondering if you plan to implement the maximize argument for each acquisition.
Would a negating OutcomeTransform or AcquisitionObjective be an alternative?