autoflow.hdl.smac package

Module contents

autoflow.hdl.smac.choice(label: str, options: List, default=None)[source]
autoflow.hdl.smac.int_loguniform(label: str, low: int, high: int, default=None)[source]
autoflow.hdl.smac.int_qloguniform(label: str, low: int, high: int, q: int = None, default=None)[source]
autoflow.hdl.smac.int_quniform(label: str, low: int, high: int, q: int = None, default=None)[source]
autoflow.hdl.smac.int_uniform(label: str, low: int, high: int, default=None)[source]
autoflow.hdl.smac.loguniform(label: str, low: float, high: float, default=None)[source]
autoflow.hdl.smac.qloguniform(label: str, low: float, high: float, q: float = None, default=None)[source]
autoflow.hdl.smac.quniform(label: str, low: float, high: float, q: float = None, default=None)[source]
autoflow.hdl.smac.uniform(label: str, low: float, high: float, default=None)[source]