Optimization-class | R Documentation |
A class storing information concerning the design optimization.
Objects form the class Optimization
can be created by calls of the form Optimization(...)
where
(...) are the parameters for the Optimization
objects.
Administration
objectsname
:A character string giving the name of the optimization process.
model
:A object of class Model
giving the model.
modelEquations
:A list giving the model equations.
modelParameters
:A list giving the model parameters.
modelError
:A list giving the model error.
optimizer
:A object of class OptimizationAlgorithm
giving the optimization algorithm.
optimizerParameters
:A list giving the parameters of the optimization algorithm.
outcomes
:A list giving the outcomes of the model.
designs
:A list giving the designs to be optimized.
fim
:A object of class FIM
giving the Fisher information matrix.
odeSolverParameters
:A list giving the parameters for the ode solver.
optimizationResults
:A object of class OptimizationAlgorithm
giving the results of the optimization.
evaluationFIMResults
:A object of class Evaluation
giving the results of the evaluation of the optimal design.
evaluationInitialDesignResults
:A object of class Evaluation
giving the results of the evaluation of the initial design.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.