Skip to main content
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.
Sweeps