Optimization-class: Class "Optimization"

Optimization-classR Documentation

Class "Optimization"

Description

A class storing information concerning the design optimization.

Objects from the class

Objects form the class Optimization can be created by calls of the form Optimization(...) where (...) are the parameters for the Optimization objects.

Slots for Administration objects

name:

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.


PFIM documentation built on Nov. 24, 2023, 5:09 p.m.