Scilab Function
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
-
plots data from runs of CMA-ES. Returns a struct with the data read from the files.
-
Examples
See Also
cma_new
,
cma_optim
,
Authors
-
Nikolaus Hansen