get_target_dt {IOHanalyzer} | R Documentation |
Generate datatables of runtime or function value targets for a DataSetList
Description
Only one target is generated per (function, dimension)-pair, as opposed to the function 'get_default_ECDF_targets', which generates multiple targets.
Usage
get_target_dt(dsList, which = "by_RT")
Arguments
dsList |
A DataSetList |
which |
Whether to generate fixed-target ('by_FV') or fixed-budget ('by_RT') targets |
Value
a data.table of targets
Examples
get_target_dt(dsl)
[Package IOHanalyzer version 0.1.8.10 Index]