get_fixed_parameters: Get fixed parameters from model definition.
Description
Get fixed parameters listed in model definition. This function is used when
parsing model specifications before the model has been compiled. Please see
[get_model_fixed_parameters]
for accessing fixed parameters from a model
that has already been built.
Usage
get_fixed_parameters(def)
Arguments
- def
Model definition as output by read_model_json()