<< cma_optim_restarted CMA-ES Optimization Toolbox cma_tell >>

CMA-ES Optimization Toolbox >> CMA-ES Optimization Toolbox > cma_plot

cma_plot

Plots data written by a cma object, a CMA-ES optimizer

Calling Sequence

cma_plot
cma_plot(plotrange = [0 220])
cma_plot(fignb,name_prefix,name_extension,object_variables_name,plotrange)

Parameters

fignb

number of the figure where to plot

name_prefix

prefix of the filenames which are read, by default "outcmaes"

name_extension

by default ".xml"

object_variables_name

"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.

plotrange

x-range (number of function evaluations) that should be plotted. A convenient way to zoom in for all subplots.

Description

Examples

See Also

Authors

Nikolaus Hansen


Report an issue
<< cma_optim_restarted CMA-ES Optimization Toolbox cma_tell >>