Skip to content

v0.11.0

Choose a tag to compare

@jolars jolars released this 07 Jun 21:22
· 19 commits to main since this release
47d116b

Breaking changes

  • move CMA-ES distribution into CmaEsState (B8) (9c48802)
  • mark growable public enums #[non_exhaustive] (8254680)

Features

  • add per-backend QuasiNewtonState aliases (B4) (295fe75)
  • add new() to NelderMead and deprecate standard() (7d3a7b2)
  • move CMA-ES distribution into CmaEsState (B8) (9c48802)
  • mark growable public enums #[non_exhaustive] (8254680)

Performance Improvements

  • parallelize population-based solvers (74f281d)
  • parallelize numerical gradients, jacobians, hessians (9fa265a)