pybop-team/PyBOP

Add Pints' optimisers

Closed this issue · 0 comments

Feature description

  • _adam.py
  • _cmaes.py
  • _cmaes_bare.py
  • _gradient_descent.py
  • _irpropmin.py
  • _nelder_mead.py
  • _pso.py
  • _snes.py
  • _xnes.py

Located here: https://github.com/pints-team/pints/tree/main/pints/_optimisers

Motivation

No response

Possible implementation

Implementation example: https://github.com/pybop-team/PyBOP/blob/develop/pybop/optimisers/pints_optimisers.py

Additional context

No response