| findmaxval | R Documentation |
Searches the maximum of a function over a grid on a given interval or design space.
findmaxval(sens, design_space, grid.length)
sens |
A numeric function to evaluate (scalar argument for 1D, named numeric vector for multi-factor). |
design_space |
Numeric vector |
grid.length |
Number of grid points (1D) or LHS samples (multi-factor). |
The value of the maximum
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.