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.
lambda
:A numeric giving the lambda parameter of the multiplicative algorithm.
delta
:A numeric giving the delta parameter of the multiplicative algorithm.
iteration_init
:A numeric giving the first iteration of the optimization process.
iteration_fin
:A numeric giving the last iteration of the optimization process.
FinalWeights
:A vector givint hte optimal weights.
showProcess
:A boolean for showing or not the process of optimization.
OptimalDesign
:A object from the class Design
allArms
:A list of all arms.