Get logical(nrow(dt)) mask of valid configurations in a data.table
Source: R/utils_objective.R
param_set_valid_mask_dt.RdReturns a logical(nrow(dt)) indicating, for each row, whether the configuration is valid in the ParamSet.
Arguments
- dt
(
data.table)data.tableto validate.- param_set
(paradox::ParamSet)
ParamSetdescribing the space to validate against.