| SimplexAlgorithm-class {PFIM} | R Documentation |
Class "SimplexAlgorithm"
Description
Class "SimplexAlgorithm" implements the Multiplicative algorithm.
Objects from the class SimplexAlgorithm
Objects form the class SimplexAlgorithm can be created by calls of the form SimplexAlgorithm(...) where
(...) are the parameters for the SimplexAlgorithm objects.
Slots for SamplingTimes 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
Designobject giving the optimal design.iterationAndCriteria:A list giving the optimal criteria at each iteration.
[Package PFIM version 6.0.3 Index]