extractECDFofFunctions: Empirical Cumulative Distribution Function of BBoB data

Description Usage Arguments Details Value

Description

extractECDFofFunctions returns a cumulative distribution function of the functions that were solved within the desired fitness gap by the number of function evaluations this took

Usage

1
extractECDFofFunctions(results, fitnessGap = 1e-08)

Arguments

results

results must be a return object of aggregatedResults, i.e. the aggregated results of several function optimizations.

Details

extractECDFofFunctions can be used to observe which fraction of functions has been solved within the desired fitness gap passed to the function. For example, a bbob experiment could terminate an optimization run after 100000 function evaluations. If the specified fitness gap is not reached after this number of function evaluations, the corresponding function remains unsolved with respect to that specific gap.

Value

extractECDFofFunctions returns an empirical cumulative ditribution function based on bbob data which can be plotted directly.


andreas-he/cmaesbenchmarking documentation built on May 10, 2019, 10:30 a.m.