-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move model input constructor helper functions off of
Surrogate
, to …
…standalone functions (#2655) Summary: Pull Request resolved: #2655 Context: These methods do not reference attributes of the surrogate, so it is confusing for these to be `Surrogate` methods. Also, one might want to use these in the absence of a surrogate. This PR: * Makes `_make_botorch_input_transform`, `_make_botorch_outcome_transform`, and `_set_formatted_inputs` into standalone functions rather than `Surrogate` methods. Reviewed By: saitcakmak, Balandat Differential Revision: D61215241 fbshipit-source-id: 33339394987202510ec8256cc6b3576cf074c214
- Loading branch information
1 parent
d8078c5
commit a61c362
Showing
1 changed file
with
155 additions
and
163 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