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

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