Skip to contents

Retrieves the model parameters from the compiled model at the given path.

Usage

model_parameters(model_path, kind)

Arguments

model_path

Path to the compiled model file.

kind

Kind of model, which can either be "ODE" or "Analytical".

Value

List of model parameters.