Module model_params

Module model_params 

Source
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§

SviModelParams
Parameters that influence the SVI calibrator.

Traits§

ModelParams
Marker trait for type-erased parameter structs.