botorch icon indicating copy to clipboard operation
botorch copied to clipboard

[Feature Request] Add input constructors for all acquisition functions

Open Balandat opened this issue 2 years ago • 1 comments

🚀 Feature Request

Some of the recently added acquisition functions (e.g. from #1458) do not have input constructors for Ax. Let's add them to make sure they can easily be used there.

Missing:

  • qMultiObjectivePredictiveEntropySearch
  • qPredictiveEntropySearch
  • qLowerBoundJointEntropySearch
  • qLowerBoundMultiObjectiveJointEntropySearch
  • qLowerBoundMultiObjectiveMaxValueEntropySearch
  • anything else ???

Motivation

https://github.com/facebook/Ax/issues/1550

Balandat avatar Mar 26 '23 17:03 Balandat

  • qNegIntegratedPosteriorVariance

https://github.com/facebook/Ax/issues/1557 https://github.com/facebook/Ax/issues/1312

sgbaird avatar Apr 29 '23 17:04 sgbaird