Expand description
Model-specific parameter containers used to tweak calibrators without hard-coding
constants in the model implementation. Each model should provide its own struct
that implements the ModelParams trait so that the calibration pipeline can
pass arbitrary parameters down to the calibrator in a type-erased fashion.
Structs§
- SviModel
Params - Parameters that influence the SVI calibrator.
Traits§
- Model
Params - Marker trait for type-erased parameter structs.