Python version : 3.14.2
Packages used :
- numpy==2.3.5
- matplotlib==3.10.8
- cma==4.4.1
- ipykernel==7.1.0
I got an issue using cma.plot(), when I tried to plot the graph of cma.f.elli using :
res = cma.fmin2(cma.ff.elli, np.ones(10), 1e-0)
cma.plot(xsemilog=0, plot_mean=1)'
But in return i got the following error :
