ParameterSelectorProtocol

class baybe.parameters.selectors.ParameterSelectorProtocol[source]

Bases: Protocol

Type protocol specifying the interface parameter selectors need to implement.

Public methods

__init__(*args, **kwargs)

__call__(parameter)

Determine if a parameter should be included in the selection.

__call__(parameter: Parameter)[source]

Determine if a parameter should be included in the selection.

Return type:

bool

__init__(*args, **kwargs)