| MultiplicativeAlgorithm-class {PFIM} | R Documentation |
Class "MultiplicativeAlgorithm"
Description
The class MultiplicativeAlgorithm implements the multiplicative algorithm.
Objects from the class
Objects form the class MultiplicativeAlgorithm can be created by calls of the form MultiplicativeAlgorithm(...) where
(...) are the parameters for the MultiplicativeAlgorithm objects.
Slots for MultiplicativeAlgorithm objects
arms:A list giving the arms.
lambda:A numeric giving the lambda parameter of the multiplicative algorithm.
delta:A numeric giving the delta parameter of the multiplicative algorithm.
numberOfIterations:A numeric giving the maximal number iteration of the optimization process.
optimalWeights:A vector giving the optimal weights.
optimalDesign:An object of the class
Designgiving the optimal design.showProcess:A boolean for showing or not the process of optimization.
[Package PFIM version 6.0.3 Index]