Learn R Programming

PFIM (version 6.0.3)

SimplexAlgorithm-class: Class "SimplexAlgorithm"

Description

Class "SimplexAlgorithm" implements the Multiplicative algorithm.

Arguments

Objects from the class <code>SimplexAlgorithm</code>

Objects form the class SimplexAlgorithm can be created by calls of the form SimplexAlgorithm(...) where (...) are the parameters for the SimplexAlgorithm objects.

Slots for <code>SamplingTimes</code> objects

pctInitialSimplexBuilding:

A numeric giving the percentage of the initial simplex.

maxIteration:

A numeric giving the number of maximum iteration.

tolerance:

A numeric giving the tolerance threshold.

showProcess:

A boolean to show or not the process.

optimalDesign:

A Design object giving the optimal design.

iterationAndCriteria:

A list giving the optimal criteria at each iteration.