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?