SimplexAlgorithm-class | R Documentation |
Class "SimplexAlgorithm" implements the Multiplicative algorithm.
SimplexAlgorithm
Objects form the class SimplexAlgorithm
can be created by calls of the form SimplexAlgorithm(...)
where
(...) are the parameters for the SimplexAlgorithm
objects.
SamplingTimes
objectspctInitialSimplexBuilding
: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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.