-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix input constructor for
qMultiFidelityKnowledgeGradient
by fixing…
… fidelity dimensions when computing `current_value` (#2519) Summary: Pull Request resolved: #2519 The input constructor for `qMultiFidelityKnowledgeGradient` was computing `current_value` in a manner that was effectively not fidelity-aware (the fidelity dimension was not fixed in the optimization done to obtain `current_value`), since it was simply re-using functionality from the input constructor for `construct_inputs_qKG`. This diff addresses this by making use of `target_fidelities` as the `fixed_features` argument to `D62380369`. Reviewed By: Balandat Differential Revision: D62391106 fbshipit-source-id: acf4f4a9a3644bb467decac70ce38a39c1c9ffc8
- Loading branch information
1 parent
33e11f4
commit d841f2b
Showing
2 changed files
with
62 additions
and
17 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