-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce memory usage in ConstrainedMaxPosteriorSampling (#2622)
Summary: Pull Request resolved: #2622 Resolves #2620 When a `ModelListGP` is used for the constraint model, we can loop over the sub-models to generate the samples to reduce peak memory usage. Reviewed By: Balandat Differential Revision: D65881867 fbshipit-source-id: 130985cfea58a8e0cc3e8b5eb999db9da5db431d
- Loading branch information
1 parent
7cfff9c
commit 92d73e4
Showing
2 changed files
with
24 additions
and
19 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