amici.amici.ExpDataPtr

class amici.amici.ExpDataPtr(*args)[source]

Swig-Generated class that implements smart pointers to ExpData as objects.

Attributes

fixedParameters

condition-specific fixed parameters of size Model::nk() or empty

fixedParametersPreequilibration

condition-specific fixed parameters for pre-equilibration of size Model::nk() or empty.

fixedParametersPresimulation

condition-specific fixed parameters for pre-simulation of size Model::nk() or empty.

parameters

condition-specific parameters of size Model::np() or empty

plist

condition-specific parameter list

pscale

condition-specific parameter scales of size Model::np()

reinitializeFixedParameterInitialStates

flag indicating whether reinitialization of states depending on fixed parameters is activated

sx0

condition-specific initial condition sensitivities of size Model::nx() * Model::nplist(), Model::nx() * ExpData::plist.size(), if ExpData::plist is not empty, or empty

t_presim

duration of pre-simulation if this is > 0, presimulation will be performed from (model->t0 - t_presim) to model->t0 using the fixedParameters in fixedParametersPresimulation

x0

condition-specific initial conditions of size Model::nx() or empty