MultiplicativeAlgorithm-class | R Documentation |
The class MultiplicativeAlgorithm
implements the multiplicative algorithm.
Objects form the class MultiplicativeAlgorithm
can be created by calls of the form MultiplicativeAlgorithm(...)
where
(...) are the parameters for the MultiplicativeAlgorithm
objects.
MultiplicativeAlgorithm
objectsarms
: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.
weightThreshold
:A numeric giving the threshold of the weights.
optimalWeights
:A vector giving the optimal weights.
optimalDesign
:An object of the class Design
giving the optimal design.
showProcess
:A boolean for showing or not the process of optimization.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.