1#ifndef PARAMETERMODIFIER_H
2#define PARAMETERMODIFIER_H
Interface for mutating parameter values and modes.
Manages memory caching, parameter blocks, and LHA reader instances.
ParameterMode
Defines the modes in which a parameter can operate.
Model-dependent parameter repository and initialization strategies.
Interface for mutating parameters or changing their mode.
Concrete mutator that directly sets the value of parameters.
void change_mode(const ParamId &pid, ParameterMode mode) override
Changes the mode of a parameter (e.g., from FIXED to SHIFTABLE).
void mutate(const ParamId &pid, scalar_t value) override
Sets the value of a parameter.
Composite identifier for a single parameter.