findmaxval {optedr} | R Documentation |
Find Maximum Value
Description
Searches the maximum of a function over a grid on a given interval.
Usage
findmaxval(sens, min, max, grid.length)
Arguments
sens |
A single variable numeric function to evaluate. |
min |
Minimum value of the search interval. |
max |
Maximum value of the search interval. |
grid.length |
Length of the search interval. |
Value
The value of the maximum
[Package optedr version 2.0.0 Index]