Description
🚀 Feature Request
Analytic acquisition functions all have a maximize
keyword argument to determine the direction of the optimisation problem. None of the Monte Carlo acquisition functions currently support this, so only support function maximisation.
Motivation
Is your feature request related to a problem? Please describe.
Not a problem as such, and not hard to work around, but would make a good first contribution.
Pitch
Describe the solution you'd like
Add a maximize=True
keyword argument to all Monte Carlo acquisition functions.
Describe alternatives you've considered
One can simply change the sign of the function to be optimised.
Are you willing to open a pull request? (See CONTRIBUTING)
Yes, but it is not high priority so it might take some time. Logging the issue here in case another community member wishes to contribute it.