get_marg_contrib_ecdf: Get the marginal contribution of an algorithm to a portfolio

get_marg_contrib_ecdfR 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)

IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.