The class Evaluation
represents and stores information for the evaluation of a design
Evaluation(
evaluationDesign = list(),
name = character(0),
modelParameters = list(),
modelEquations = list(),
modelFromLibrary = list(),
modelError = list(),
designs = list(),
outputs = list(),
fimType = character(0),
odeSolverParameters = list()
)
A list giving the evaluation of the design.
A string giving the name of the design evaluation.
A list giving the model parameters.
A list giving the model equations.
A list giving the model equations from the library of model.
A list giving the model error.
A list giving the designs to be evaluated.
A list giving the model outputs.
A string giving the type of Fim being evaluated.
A list giving the atol and rtol parameters for the ode solver.