get_ECDF_targets {IOHanalyzer}R Documentation

Generation of default ECDF-targets

Description

Generation of default ECDF-targets

Usage

get_ECDF_targets(dsList, type = "log-linear", number_targets = 10)

Arguments

dsList

The DataSetList object for which to generate the targets

type

The way to generate the targets. Either 'log-linear', 'linear' or 'bbob' (51 fixed targets, equal for all functions / dimensions)

number_targets

The amount of targets to generate

Value

A data.table with 3 columns: funcId, DIM and target

Examples

get_ECDF_targets(dsl, 'linear', 10)

[Package IOHanalyzer version 0.1.8.10 Index]