-
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.
Dedicate half constraint budget to a suboptimizer (#1047)
* cst_solver * warning * warning * fix * black * fix keras issue * Update test_mlfunctionlib.py * black * [PR on cstsolve PR] Try to extract constraint solving (#968) * returnpenalties * fix * removeprints * extract Co-authored-by: Jeremy Rapin <jrapin@fb.com> * Update utils.py * Fix a bug. The previous code was ok only if the optimization method is not limited by the budget. * Update base.py * fix * fix * Update base.py * Update base.py * Update base.py * fix * fix * fix * fix_comment * fixes * black * fix * fix * fix_typo * Update nevergrad/optimization/base.py Co-authored-by: Jérémy Rapin <jrapin.github@gmail.com> * Update nevergrad/optimization/base.py * Clarify suggest arguments (#1072) * Skip rocket xp test for speed (#1075) * Update parametrization flatten function (#1074) * Add configuration for PSO + simplifications (#1073) * Remove deprecated stuff (#1041) * fix keras issue * Update test_mlfunctionlib.py * black * remove_useless_stuff * Update test_core.py * fix * Update core.py * Morphing with Nevergrad (#1042) * fix keras issue * Update test_mlfunctionlib.py * black * WIP morphing * fix * Update core.py * black * fix * fix * syntax_fix * fix * fix * fix * fix * fix * black * Update core.py * Update core.py * Add MOO xp variants (#1004) * MOO variants * Update experiments.py * better_alignment * better_doc * fix * minor * fix * CHANGELOG * black * fix * [PR on PR] Fix constraints (#1079) Co-authored-by: Jeremy Rapin <jrapin@fb.com> Co-authored-by: Jérémy Rapin <jrapin.github@gmail.com>
- Loading branch information
1 parent
bca7fa4
commit 7fadec0
Showing
4 changed files
with
52 additions
and
21 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