ParameterSelectorProtocol¶
- class baybe.parameters.selectors.ParameterSelectorProtocol[source]¶
Bases:
ProtocolType 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:
- __init__(*args, **kwargs)¶