Skip to content

Releases: facebookresearch/nevergrad

More plots, better texts, incorporating new chaining methods (Carola*) and new wizards (NgIoh and Wiz)

05 Sep 06:44
b703a62
Compare
Choose a tag to compare

More plots,
better texts (in the automatic latex creation),
incorporating new chaining methods (Carola*)
new wizards (NgIoh and Wiz)

0.11.0

25 Jul 17:19
2bf5483
Compare
Choose a tag to compare

What's Changed

  • even more benchmarks by @teytaud in #1543
  • better tests: we check many optimization methods with/without bounds

Full Changelog: 0.10.0...0.11.0

Fix the Boston issue

20 Jul 16:43
8eb2c19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

More quasi-opposite, switch to Python3.8

20 Jul 13:38
9b53f1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...v0.9.0

Adding the Dagstuhloid benchmark and many more metamodels

06 Jul 16:19
8e5f8be
Compare
Choose a tag to compare

Inspired by discussions at the Dagstuhl seminar, and others.

What's Changed

Full Changelog: 0.7.0...v0.8.0

Adding weighted MOO and various metamodels

15 Jun 17:47
24a7573
Compare
Choose a tag to compare

adding weighted DE multiobjective
adding various metamodels

Cleaning, better naming.

20 Feb 07:17
41a432d
Compare
Choose a tag to compare

Adding NGOptRW, presumably better than NGOpt for real-world problems.
Adding YAPBBOB, with a parameter regulating YABBOB-like problems so that the distribution of the optimum is less rotationally invariant.
Making some dependencies optional because running was becoming too complicated.
There should be no breaking change.
Adding constrained counterparts of YABBOB: yapenbbob (a few constraints), yaonepenbbob (single constraint), yamegapenbbob (many constraints).
Improvements in the photonics benchmarks.
Externalizing CompilerGym.
Making some tests less flaky.
Adding Simulated annealing and Tabu search.
Adding the NLOPT library.
Making the code more robust to Gym environments.
Adding smoothness operators for discrete optimization.

Adding NGOptRW and add constraint penalization

06 Dec 08:56
8df3d76
Compare
Choose a tag to compare
v0.5.0

Update test_doc.py (#1474)

0.5.0

08 Mar 18:46
2796b69
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

See CHANGELOG for details.

0.4.3

28 Jan 11:55
14edf67
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release

This version provides a few fixes and the new multi-objective API of optimizers (you can now provide a list/array of float to tell directly). This allows fore more efficient multi-objective optimization for some optimizers (DE, NGOpt). Future work will continue to improve multi-objective capacities and aim at improving constraints management.

See CHANGELOG for details.