aiaccel.hpo.optuna.hparams.Int¶ class aiaccel.hpo.optuna.hparams.Int(low: int, high: int, step: int = 1, log: bool = False)[source]¶ __init__(low: int, high: int, step: int = 1, log: bool = False) → None¶ Methods __init__(low, high[, step, log]) Attributes log step low high