| .rxAdjointGradBuild | R Documentation |
Performs all symbolic work (symengine differentiation, rxFromSE, model
compilation) up front and returns a reusable object for
.rxAdjointGradEval(), so an optimiser evaluates the gradient at many
parameter values without re-running symbolic code. Build before any
rxSolve to avoid a load_all-only symengine dispatch fragility.
.rxAdjointGradBuild(object, calcSens, pred, events, errModel = NULL)
object |
model definition accepted by |
calcSens |
character vector of parameter names to differentiate with respect to. |
pred |
character prediction expression |
events |
event table / data used to define dosing. |
errModel |
|
an opaque list consumed by .rxAdjointGradEval().
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.