ParameterSelector

class baybe.parameters.selectors.ParameterSelector[source]

Bases: ParameterSelectorProtocol, ABC

Base class for parameter selectors.

Public methods

__init__(*[, exclude])

Method generated by attrs for class ParameterSelector.

Public attributes and properties

exclude

Boolean flag indicating whether invert the selection criterion.

__init__(*, exclude: bool = False)

Method generated by attrs for class ParameterSelector.

For details on the parameters, see Public attributes and properties.

exclude: bool

Boolean flag indicating whether invert the selection criterion.