| findminval | R Documentation |
Searches the minimum of a function over a grid on the design space.
findminval(sens, design_space, grid.length)
sens |
A numeric function to evaluate (scalar 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 minimum
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.