get_FV: Get function value matrix of the used dataset.

View source: R/DataSet.R

get_FVR Documentation

Get function value matrix of the used dataset.

Description

To be used instead of accessing ds$FV directly, since in the case of constrained problems, the violation handling should be applied before using the function values Constraint penalty function should be set in global options, as IOHanalyzer.Violation_Function

Usage

get_FV(ds, ...)

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

Arguments

ds

The DataSet

...

Arguments passed to other methods

Value

The matrix of FV values in the dataset, penalized if applicable.

Examples

get_FV(dsl[[1]])

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.