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.
exampleOptimization(surface, simplex = NULL, centroid = c(7, 340),
stepsize = c(0.6, 10), algor = "fixed", experiments = 17, noise = 0)
example response surface to be used. See
exampleSurfaceR2
,
exampleSurfaceR3
and
exampleSurfaceR2.2pks
object of class smplx
with the simplex
information. See labsimplex
numeric vector of size n
with coordinates of the
centroid
numeric vector of size n
with the step-sizes for
each coordinate
algorithm to be followed in the vertex generation.
'fixed'
for a fixed step-size simplex
or 'variable'
for a variable step-size simplex
number of vertexes to evaluate
absolute noise to be included in the results
An object with class smplx
with the simplex optimization
data.