Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_FV_overview: Get Function Value condensed overview

Description

Get Function Value condensed overview

Usage

get_FV_overview(ds, ...)

# S3 method for DataSet get_FV_overview(ds, ...)

# S3 method for DataSetList get_FV_overview(ds, algorithm = "all", ...)

Value

A data.table containing the algorithm ID, best, worst and mean reached function values, the number of runs and available budget for the DataSet

Arguments

ds

A `DataSet` or `DataSetList` object

...

Arguments passed to other methods

algorithm

DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider.

Examples

Run this code
get_FV_overview(dsl)
get_FV_overview(dsl[[1]])
get_FV_overview(dsl, algorithm = '(1+1)_greedy_hill_climber_1')

Run the code above in your browser using DataLab