Boolean Types
Hypster provides boolean parameter configuration through bool
and multi_bool
methods. These methods handle boolean values without additional validation.
Function Signatures
Usage Examples
Single Boolean Values
Multiple Boolean Values
Invalid Values
Reproducibility
All boolean parameters are fully serializable and reproducible:
Last updated