as.data.frame(x, discrete.as.factor = TRUE /
FALSE)
.makeOptPathDF(par.set, y.names, minimize,
add.transformed.x = FALSE)
ParamSet
]
Parameter set
for the decision variables that are optimized.character
]
Names of performance
measures that are optimized or logged.logical
]
Which of the
performance measures in y.names should be minimized?
Vector of booleans in the same order as y.names
.logical(1)
]
If some
parameters have associated transformations, are you going
to add x values after they have been transformed?
Default is FALSE
. For discrete parameters always the name of the value is
stored as a character. When you retrieve an element with
getOptPathEl
, this name is converted to the
actual discrete value.
If parameters have associated transformation you are free
to decide whether you want to add x values before or
after transformation, see argument
add.transformed.x
and trafoOptPath
.
The S3 class is a list which stores at least these elements: [object Object],[object Object],[object Object],[object Object],[object Object]
getOptPathLength
,
getOptPathEl
, addOptPathEl
,
getOptPathY
, setOptPathElDOB
,
setOptPathElEOL