Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 282 Bytes

File metadata and controls

5 lines (5 loc) · 282 Bytes

plotting-cma-data

Code in various languages to plot output from running the CMA-ES optimizer. The easiest way to plot the output is probably to install the Python module pycma like pip install cma and use import cma; cma.plot() in Python.