Skip to content

Releases: facebookresearch/nevergrad

Setup.py fix

02 Sep 13:05
b595a57
Compare
Choose a tag to compare
Setup.py fix Pre-release
Pre-release
v0.2.3

Update version to v0.2.3 (#271)

Improved reproducibility and namespaces

20 Jun 07:20
bba3497
Compare
Choose a tag to compare
Pre-release

This release improves reproducibility by providing a random state to each instrumentation, which is used by the optimizers. It also introduces some namespace changes to make code clearer.
See the CHANGELOG for more details.

Regular update - May 2019

16 May 08:03
947bfd7
Compare
Choose a tag to compare
Pre-release

This release fixes bugs and adds minor improvements.
See CHANGELOG for more information.

Major update of optimizers API

11 Apr 12:18
0512595
Compare
Choose a tag to compare
Pre-release

This release makes major API changes. Most noticeably:

  • first parameter of optimizers is now instrumentation instead of dimension. This allows the optimizer to have information on the underlying structure. ints are still allowed as before and will set the instrumentation to the Instrumentation(var.Array(n)) (which is basically the identity).
  • ask() and provide_recommendation() now return a Candidate with attributes args, kwargs (depending on the instrumentation) and data (the array which was formerly returned). tell must now receive this candidate as well instead of the array.

More details can be found in the CHANGELOG and in the documentation.

Bug correction

15 Mar 13:50
116df45
Compare
Choose a tag to compare
Bug correction Pre-release
Pre-release

This fixes a bug in PSO introduced by v0.1.5.
This is also the last release with the BaseFunction class which will disappear in favor of InstrumentedFunction (breaking change for custom benchmark functions).

March release

07 Mar 09:23
00f70b9
Compare
Choose a tag to compare
March release Pre-release
Pre-release

See CHANGELOG for more information

Last release before instrumentation breaking changes

28 Jan 16:52
446bc2e
Compare
Choose a tag to compare

See CHANGELOGS for an overview of updates since the initial release.

Pypi package update

25 Jan 09:42
Compare
Choose a tag to compare
Pypi package update Pre-release
Pre-release

Updated Pypi with current version (bug fixes, new features).
A new version v0.1.3 will follow soon with more information.

Initial release with bug fixes

08 Jan 09:27
Compare
Choose a tag to compare
Pre-release

This release contains minor updates and the version matches pypi version.

Initial release

19 Dec 21:25
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v0.1.0

Initial commit