forked from pytorch/botorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add **kwargs to MC and KG Acquisition Function Constructors (pytorch#478
) Summary: Pull Request resolved: pytorch#478 Different acquisition functions take different kwargs as inputs into their constructors. To standardize the inputs, we add `**kwargs` to the constructors, specifically for `qEI`, `qNEI`, `qKG`, and `qMFKG`. Reviewed By: Balandat, lena-kashtelyan Differential Revision: D22416290 fbshipit-source-id: 1f64efb6471ea7a43c2e3a057b407ef3b7331d4b
- Loading branch information
1 parent
10a71ae
commit 5dd7123
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters