Learn R Programming

PFIM (version 5.0)

MultiplicativeAlgorithm-class: Class "MultiplicativeAlgorithm"

Description

Class "MultiplicativeAlgorithm" implements the Multiplicative algorithm.

Arguments

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 <code>MultiplicativeAlgorithm</code> 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.