hssm.ModelConfig
            hssm.ModelConfig
  
      dataclass
  
¶
ModelConfig(
    response: list[str] | None = None,
    list_params: list[str] | None = None,
    choices: list[int] | None = None,
    default_priors: dict[str, ParamSpec] = dict(),
    bounds: dict[str, tuple[float, float]] = dict(),
    backend: Literal["jax", "pytensor"] | None = None,
    rv: RandomVariable | None = None,
    extra_fields: list[str] | None = None,
)
Representation for model_config provided by the user.