-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first_draft_pcabo * Fix * set_name * black * modifications_by_olivier * fix * minor_fixes * minor_fixes * fix * fixes * fixes * Fix * fix * requirements fix * trial fix bayes_optim import * fix and adding in requirements * fix * Update bayes-optim package * Working PCA-BO, still to clean and check in detail * black * trial to solve suggest problem * removed files added by mistake * Update mypy.ini * fix * fix * _internal_tell_not_asked added to PCABO * black * update recorderd_recommendations.csv * pull master * requirements fix * update experiments.py * AX and BOBYQA ad in recastlib.py * Removed AX and BOBYQA from recastlib.py * Added bayes-optim BO optimizer * fix in benchmark/experiments.py * black * fix tp.List * Better version of PCA-BO with _PCABO and ParametrizedPCABO. PCA-BO variants for testing purposes. * fix * black * Merged PCABO and BayesOptimBO classes * black * fix * fix * trial to solve import bayes_optim failing * Refinements in optimizerlib.py * little fix * fix * Refinement * Update nevergrad/optimization/optimizerlib.py Co-authored-by: Jérémy Rapin <jrapin.github@gmail.com> * Update nevergrad/optimization/optimizerlib.py Co-authored-by: Jérémy Rapin <jrapin.github@gmail.com> * Update nevergrad/optimization/optimizerlib.py Co-authored-by: Jérémy Rapin <jrapin.github@gmail.com> * Changed ParametrizedBayesOptimBO in ParametrizedBayesOptim * fix according to insertion of self._config in _BayesOptim class * fix * fix * fix * trial to fix CI pytest error * ArctanBound from transforms is now used * minor changes * updated bayes-optim * back to old version of bayes-optim * fix * black * update in bench.txt * name change for BayesOptim class * updated bayes-optim version in the requirements * fix * added BayesOptim to families.py for documentation * black * Update nevergrad/optimization/optimizerlib.py Co-authored-by: Elena Raponi <elenaraponi@fb.com> Co-authored-by: Elena <71965364+elenaraponi@users.noreply.github.com> Co-authored-by: Jérémy Rapin <jrapin.github@gmail.com>
- Loading branch information
1 parent
01976aa
commit e373c56
Showing
11 changed files
with
172 additions
and
11 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
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