OptunaHub / PyCMA Sampler

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

Package: samplers/pycma
Author: Optuna team
License: MIT License
Verified Optuna version: 3.6.1

Class or Function Names

Installation

pip install optuna-integration cma

Example

from optuna_integration import PyCmaSampler
sampler = PyCmaSampler()

Others

See the documentation for more details.