exampleOptimization {labsimplex} | R Documentation |
Performs a complete simplex optimization over a response surface
Description
The function uses the information in a simplex or creates a new one by using the defined centroid and step-size to perform a simplex optimization using the responses produced in the example response surfaces included in the package.
Usage
exampleOptimization(surface, simplex = NULL, centroid = c(7, 340),
stepsize = c(0.6, 10), algor = "fixed", experiments = 17, noise = 0)
Arguments
surface |
example response surface to be used. See
|
simplex |
object of class |
centroid |
numeric vector of size |
stepsize |
numeric vector of size |
algor |
algorithm to be followed in the vertex generation.
|
experiments |
number of vertexes to evaluate |
noise |
absolute noise to be included in the results |
Value
An object with class smplx
with the simplex optimization
data.
Author(s)
Cristhian Paredes, craparedesca@unal.edu.co
Jesús Ágreda, jagreda@unal.edu.co