autointent.schemas.node_validation.ParamSpaceFloat#
- class autointent.schemas.node_validation.ParamSpaceFloat(/, **data)#
Bases:
ParamSpace
Float parameter search space configuration.
- Parameters:
data (Any)
- classmethod validate_step_with_log(v, info)#
Validate that step is not used when log is True.
- Parameters:
v (float | None) – The step value to validate
info (pydantic.ValidationInfo) – Validation info containing other field values
- Returns:
The validated step value
- Raises:
ValueError – If step is provided when log is True
- Return type:
float | None