Plots data written by a cma object, a CMA-ES optimizer
cma_plot cma_plot(plotrange = [0 220]) cma_plot(fignb,name_prefix,name_extension,object_variables_name,plotrange)
number of the figure where to plot
prefix of the filenames which are read, by default "outcmaes"
by default ".xml"
"xmean" (default) or "xrecent". The former plots the mean of the sample distribution versus function evaluations, the latter the best solution in the iteration versus function evaluation.
x-range (number of function evaluations) that should be plotted. A convenient way to zoom in for all subplots.
plots data from runs of CMA-ES. Returns a struct with the data read from the files.