getProfileSup_optim {profExtrema} | R Documentation |
Generic profile sup function computation with optim
Description
Compute profile sup function for an arbitrary matrix Psi
with the L-BFGS-B algorithm of optim.
Usage
getProfileSup_optim(eta, Psi, f, fprime, d, options = NULL)
Arguments
eta |
|
Psi |
projection matrix of dimensions |
f |
function to be optimized (takes a vector y of dimension d and returns a real number) |
fprime |
derivative of f (same format, returning a |
d |
dimension of the input for f |
options |
a list containing the options to be passed to optim:
|
Value
a real value corresponding to max_{x \in D_Psi} f(x)
Author(s)
Dario Azzimonti
See Also
getProfileInf_optim, plotMaxMin
[Package profExtrema version 0.2.1 Index]