-
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.
Support picking best of multiple fit attempts in fit_gpytorch_mll (#2373
) Summary: Pull Request resolved: #2373 Adds an option to `_fit_fallback` to fit the model `max_attempt` times and return the result of the attempt that produced the largest MLL value. This has been requested by users from time to time, with the latest request being #2367. Also ended up making some minor changes to address pyre complaints. Reviewed By: sdaulton Differential Revision: D58397740 fbshipit-source-id: a9da6bc8d3a612750dad28218079bf8091e0f6d2
- Loading branch information
1 parent
d753706
commit 1e73b30
Showing
5 changed files
with
115 additions
and
40 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
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
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