> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-hivemind-launch.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I flag boolean variables as hyperparameters?

To pass hyperparameters as boolean flags, use the `${args_no_boolean_flags}` macro in the `command` section of your sweep configuration. The macro automatically includes boolean parameters as flags. If `param` is `True`, the command receives `--param`. If `param` is `False`, the macro omits the flag.

***

<Badge stroke shape="pill" color="orange" size="md">[Sweeps](/support/models/tags/sweeps)</Badge>
