We now also provide the CMA-ES algorithm variants from the library [`cmaes`](https://pypi.org/project/cmaes/), which is developed by Masashi Shibata and Masahiro Nomura at <https://github.com/CyberAgent/cmaes>.
These algorithms are wrapped into the `moptipy` API and can now be accesses and experimented on in the same way as any other numerical optimization algorithm in our package.
This is shown in the small example [`continuous_optimization.py`](https://thomasweise.github.io/moptipy/examples/continuous_optimization.html).