get_marg_contrib_ecdf {IOHanalyzer} | R Documentation |
Get the marginal contribution of an algorithm to a portfolio
Description
Based on the contribution to the ECDF-curve of the VBS of the portfolio
Usage
get_marg_contrib_ecdf(id, perm, j, dt)
Arguments
id |
The id for which to get the contribution |
perm |
The permutation of algorithms to which is being contributed |
j |
At which point in the permutation the contribution should be measured |
dt |
The datatable in which the raw ecdf-values are stored (see 'generate_data.ECDF_raw') |
Examples
dt <- generate_data.ECDF_raw(dsl, get_ECDF_targets(dsl))
get_marg_contrib_ecdf(get_id(dsl)[[1]], get_id(dsl), 1, dt)
[Package IOHanalyzer version 0.1.8.10 Index]