get_RT {IOHanalyzer} | R Documentation |
Get runtime matrix of the used dataset.
Description
To be used instead of accessing ds$RT 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_RT(ds, ...)
## S3 method for class 'DataSet'
get_RT(ds, ...)
Arguments
ds |
The DataSet |
... |
Arguments passed to other methods |
Value
The matrix of FV values in the dataset, penalized if applicable.
Examples
get_RT(dsl[[1]])
[Package IOHanalyzer version 0.1.8.10 Index]