-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add experts getter * Add experts API * Add sparse method choice in py API * Manage traces, Add initial_theta and sparse_method * Make GP n_start configurable * Add n_start argument to control hyperparams optimization restarts * Add theta tuning interface for SGP * Fix theta tuning initialization, refactor cobyla params * Renaming sparse_algorithm|parameters * Renaming theta_init * Rename guess in init * Add thate_tuning in GP API * Add theta_tuning to GP * Fix cobyla maxeval parameter * Parallellize multistart optimizations for SGP * Add SparseGpx basic tutorial * Trained Gp model store reduced likelihood value * Improve display trained model infos * Fix moe display test * Make GP/SGP computation interruptible * Fix double import * Cleanup * Remove fallible assertion in moe display test * Avoid ctrlc multiple handlers errors * Relax sgp noise test tolerance * Add parallel multistart to GP
- Loading branch information
Showing
22 changed files
with
1,183 additions
and
261 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.