Closed notoraptor closed 1 year ago
Hi @bouthilx ! This is a pull request to try to fix long algo failing tests.
It seems in nevergrad 0.6.0, we can't find ng.optimizers.registry['NGOpt12']. So I updated nevergrad version range.
ng.optimizers.registry['NGOpt12']
"nevergrad>=0.4.3.post10,<0.6"
$ tox -e py38
38
$ tox -e lint
Description
Hi @bouthilx ! This is a pull request to try to fix long algo failing tests.
It seems in nevergrad 0.6.0, we can't find
ng.optimizers.registry['NGOpt12']
. So I updated nevergrad version range.Changes
"nevergrad>=0.4.3.post10,<0.6"
Checklist
Tests
$ tox -e py38
; replace38
by your Python version if necessary)Documentation
Quality
$ tox -e lint
)