« Back to top page

PyCMA Sampler

A CMA-ES Sampler using cma library as the backend.

Class or Function Names

  • PyCmaSampler

Installation

pip install optuna-integration cma

Example

from optuna_integration import PyCmaSampler
sampler = PyCmaSampler()

Others

See the documentation for more details.

Package
samplers/pycma
Author
Optuna team
License
MIT License
Verified Optuna version
  • 3.6.1
Last update
2024-07-05