get_FV_overview: Get Function Value condensed overview

View source: R/DataSet.R

get_FV_overviewR Documentation

Get Function Value condensed overview

Description

Get Function Value condensed overview

Usage

get_FV_overview(ds, ...)

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

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

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.

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

Examples

get_FV_overview(dsl)
get_FV_overview(dsl[[1]])
get_FV_overview(subset(dsl, algId == "(1+1)_greedy_hill_climber_1"))

IOHanalyzer documentation built on Nov. 21, 2025, 5:06 p.m.