Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getOptPathY

Get y-vector or y-matrix from the optimization path.


Description

Get y-vector or y-matrix from the optimization path.

Usage

getOptPathY(op, names, dob, eol, drop = TRUE)

Arguments

op

OptPath
Optimization path.

names

character
Names of performance measure. Default is all performance measures in path.

dob

integer
Vector of date-of-birth values to further subset the result. Only elements with a date-of-birth included in dob are selected. Default is all.

eol

integer
Vector of end-of-life values to further subset the result. Only elements with an end-of-life included in eol are selected. Default is all.

drop

(logical(1))
Return vector instead of matrix when only one y-column was selected? Default is TRUE.

Value

(numeric | matrix). The columns of the matrix are always named.

See Also


ParamHelpers

Helpers for Parameters in Black-Box Optimization, Tuning and Machine Learning

v1.14
BSD_2_clause + file LICENSE
Authors
Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>), Michel Lang [aut] (<https://orcid.org/0000-0001-9754-0393>), Jakob Richter [cre, aut] (<https://orcid.org/0000-0003-4481-5554>), Jakob Bossek [aut], Daniel Horn [aut], Karin Schork [ctb], Pascal Kerschke [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.