Generate ERT vs param. figures.
The figures will show the performance in terms of ERT on a log scale w.r.t. parameter. On the y-axis, data is represented as a number of function evaluations. Crosses (+) give the median number of function evaluations for the smallest reached target function value (also divided by dimension). Crosses (×) give the average number of overall conducted function evaluations in case the smallest target function value (1e-8) was not reached.
Function | beautify |
Customize figure presentation. |
Function | main |
Generates figure of ERT vs. param. |
Function | plot |
Generate plot of ERT vs param. |
Function | read |
Undocumented |
Variable | avgstyle |
Undocumented |
Variable | colors |
Undocumented |
Variable | medmarker |
Undocumented |
Variable | refcolor |
Undocumented |
Variable | styles |
Undocumented |
Generates figure of ERT vs. param.
This script will generate as many figures as there are functions. For a given function and a given parameter value there should be only one data set. Crosses (+) give the median number of function evaluations of successful trials for the smallest reached target function value. Crosses (x) give the average number of overall conducted function evaluations in case the smallest target function value (1e-8) was not reached.
Parameters | |
ds | Undocumented |
_targets | Undocumented |
param | Undocumented |
is | Undocumented |
outputdir | Undocumented |
data sets | |
seq | target precisions |
tuple param | parameter on x-axis. The first element has to be a string corresponding to the name of an attribute common to elements of dsList. The second element has to be a string which will be used as label for the figures. The values of attribute param have to be sortable. |
bool is | if True the y values are normalized by x values |
string outputdir | name of output directory for the image files |