| Function | beautify | Format the figure of the run length distribution. |
| Function | computeERT | Undocumented |
| Function | plotLogAbs | Creates ECDF of run length ratios. |
| Function | plotLogRel | Creates one run length distribution from a sequence of indexEntries. |
| Function | main | Generate figures of empirical cumulative distribution functions. |
| Parameters | DataSetList dsList0 | reference |
| DataSetList dsList1 | data set list of algorithm of interest | |
| int dim | dimension | |
| TargetValues targetValuesToReach | target function values | |
| Returns | handles | |
Creates one run length distribution from a sequence of indexEntries.
The function and dimension are given. Keyword arguments: indexEntries0 -- reference indexEntries1 isByInstance -- loop over the function instances instead of the functions
Outputs: res -- resulting plot. fsolved -- number of different functions solved. funcs -- number of different function considered.
Generate figures of empirical cumulative distribution functions.
:param DataSetList dsList0: data set of reference algorithm
:param DataSetList dsList1: data set of algorithm of concern
:param int dim: dimension
:param TargetValues targetsOfInterest: target function values to be
displayed
:param bool isStoringXMax: if set to True, the first call BeautifyVD
sets the globals :py:data:`fmax` and
:py:data:`maxEvals` and all subsequent
calls will use these values as rightmost
xlim in the generated figures.
:param string outputdir: output directory (must exist)
:param string info: string suffix for output file names.
Outputs:
Image files of the empirical cumulative distribution functions.