maximizeOK | R Documentation |
Assuming that calcPredictorOK
has been first run to produce a predictor of the response surface, this finds its constrained maximum in the convex envelope of the smoothed data.
maximizeOK(fitobject = blackbox.getOption("fitobject"), cleanResu = "")
fitobject |
Return object of |
cleanResu |
A connection, or a character string naming a file for some nicely formated output. If |
A list with element
par |
predictor values maximizing the predicted response (in the parameter space used for Kriging) |
value |
maximum of the predicted response |
canonVP |
Representation of |
and possibly other elements (i) returned by an optimization function such as optim
; (ii) values of additional transformed parameters; (iii) cryptic information whether maximization occurred at some boundary of the convex envelope.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.