| FedorovWynnAlgorithm | R Documentation |
The class FedorovWynnAlgorithm implements the FedorovWynn algorithm.
FedorovWynnAlgorithm(
name = character(0),
modelEquations = list(),
modelFromLibrary = list(),
modelParameters = list(),
modelError = list(),
optimizer = character(0),
optimizerParameters = list(),
outputs = list(),
designs = list(),
fimType = character(0),
fim = Fim(),
odeSolverParameters = list(),
optimisationDesign = list(),
optimisationAlgorithmOutputs = list(),
elementaryProtocols = list(),
numberOfSubjects = 0,
proportionsOfSubjects = 0,
showProcess = FALSE,
FedorovWynnAlgorithmOutputs = list()
)
name |
A string giving the name of the design evaluation. |
modelEquations |
A list giving the model equations. |
modelFromLibrary |
A list giving the model equations from the library of model. |
modelParameters |
A list giving the model parameters. |
modelError |
A list giving the model error. |
optimizer |
A string giving the name of the optimization algorithm being used. |
optimizerParameters |
A list giving the parameters of the optimization algorithm. |
outputs |
A list giving the model outputs. |
designs |
A list giving the designs to be evaluated. |
fimType |
A string giving the type of Fim being evaluated. |
fim |
A object |
odeSolverParameters |
A list giving the atol and rtol parameters for the ode solver. |
optimisationDesign |
A list giving the evaluation of initial and optimal design. |
optimisationAlgorithmOutputs |
A list giving the outputs of the optimization process. |
elementaryProtocols |
List of elementary protocols |
numberOfSubjects |
Numeric vector specifying number of subjects |
proportionsOfSubjects |
Numeric vector of subject proportions |
showProcess |
Logical indicating whether to show process |
FedorovWynnAlgorithmOutputs |
A list giving the output of the optimization algorithm. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.