Skip to content

Version 3.1.1

Latest
Compare
Choose a tag to compare
@mfgustavo mfgustavo released this 22 Oct 10:38
· 4 commits to master since this release
  • Added direct wrappers around the SciPy optimizers, however, for full GloMPO functionality, it is best to use them through the Nevergrad wrapper.
  • Added the Lennard-Jones potential function as a new benchmark function.
  • Added some more advanced generators based on the step-taking strategies of dual-annealing and basin-hopping.
  • Introduce an aggressive kill option to the manager to force terminate children even if they cannot accept commands from the manager. This allows easier wrapping around a wider array of existing optimizer implementations.
  • Added several improvements to the ParAMS interface, including wrappers to properly toggle parameters, and converters for index addresses. Updated to be compatible with ParAMS v0.5.0 and v0.5.1
  • Bugfix: FileLogger could sometimes crash when appending large items to the file attributes.
  • General documentation improvements.