Skip to content

Propulate v1.2.2

Latest
Compare
Choose a tag to compare
@mcw92 mcw92 released this 08 Jun 06:31

What's Changed

New Features

  • Enable support for internally parallelized evaluation of the loss function using multi-rank workers by @mcw92 in #110
  • Provide example script for how to use Propulate with multi-rank workers for HPO / NAS of distributed data-parallel neural networks in PyTorch by @coquelin77 in #124
  • Introduce CMA-ES propagator by @DonnyDevV in #91
  • Introduce particle swarm optimization propagator by @Morridin in #78
  • Introduce Nelder-Mead propagator by @oskar-taubert in #125
  • Introduce surrogate models for early stopping of unpromising individuals by @vtotiv in #112
  • Provide improved example script for how to use Propulate for HPO / NAS of neural networks in PyTorch (see torch_example.py) by @mcw92 in #106

Maintenance

New Contributors

Full Changelog: v1.0.1...v1.2.2