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
Require GPyTorch >=0.3.5 (itself a compatibility release).
New Features
Add FixedFeatureAcquisitionFunction wrapper that simplifies optimizing
acquisition functions over a subset of input features (#219).
Add ScalarizedObjective for scalarizing posteriors (#210).
Change default optimization behavior to use L-BFGS-B by for box constraints
(#207).
Bug fixes
Add validation to candidate generation (#213), making sure constraints are
strictly satisfied (rater than just up to numerical accuracy of the optimizer).