OptimizationAlgorithm-class {PFIM} | R Documentation |
Class "OptimizationAlgorithm"
Description
A class storing information concerning the optimization algorithm.
Objects from the class
Objects form the class OptimizationAlgorithm
can be created by calls of the form OptimizationAlgorithm(...)
where
(...) are the parameters for the OptimizationAlgorithm
objects.
Slots for Administration
objects
name
:A character string giving the name of the optimization algorithm.
parameters
:A list giving the parameters of the optimization algorithm.
[Package PFIM version 6.0.3 Index]