pyhs3.parameter_pointsΒΆ

HS3 Parameter Point implementations.

Provides Pydantic classes for handling HS3 parameter point specifications including individual parameters and parameter sets for defining model parameter values.

Classes

ParameterPoint(**data)

Individual parameter specification with name and value.

ParameterPoints([root])

Collection of HS3 parameter sets for model configuration.

ParameterSet(**data)

Named collection of parameter specifications (matches HS3Spec structure).