iaml_glmnet class IAMLglmnetConfig dataclass # Bases: IAMLConfig def validate() # Validate this config. Source code in src/mfpbench/yahpo/benchmarks/iaml/iaml_glmnet.py 14 15 16 17 18@no_type_check def validate(self) -> None: """Validate this config.""" assert 0.0 <= self.alpha <= 1.0 assert 0.00010000000000000009 <= self.s <= 999.9999999999998