forked from facebookresearch/hydra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of quoted strings with the nevergrad sweeper (facebookre…
…search#2613) This also changes the type of non-sweep variables, that all become strings in the eye of nevergrad, while in the past they could also be for instance int or float. This should not be an issue since nevergrad is not supposed to touch them.
- Loading branch information
1 parent
ff8c3bd
commit 4802c40
Showing
2 changed files
with
10 additions
and
1 deletion.
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