A data frame with four character columns: optimFun
,
optimMethod
, globLoc
and derNo
. The column
globLoc
indicate whether the method is global ("G"
) or
local ("L"
). The column derNo
indicates whether the
method uses derivatives (D
) or not ("N"
) or
possibly uses it ("P"
). Only methods corresponding the
optimFun = "stats::optim"
can have the value "P"
for
derNo
. The data frame can be zero-row if optimMethod
is
given and no method match.