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

# 불리언 변수를 하이퍼파라미터로 지정하려면 어떻게 해야 하나요?

하이퍼파라미터를 불리언 플래그로 전달하려면 스윕 설정의 `command` 섹션에서 `${args_no_boolean_flags}` 매크로를 사용하세요. 이 매크로는 불리언 파라미터를 플래그로 자동으로 포함합니다. `param`이 `True`이면 명령에 `--param`이 전달됩니다. `param`이 `False`이면 매크로가 해당 플래그를 생략합니다.

***

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