Skip to content

How to use gev.fit (package ismev) under box constraints?

1 message · John C Nash

#
You've identified a problem with the ismev package and it really is the package
maintainers who are in the best position to fix it. As noted, box constraints (lower and
upper) go OUTSIDE the control=list(). (Only L-BFGS-B has bounds in optim().)

This is also the case for many routines called by the optimx package (nlm, nlminb, bobyqa,
Rvmmin, Rcgmin, etc.) Soon there'll be a Nelder-Mead variant and a Hooke & Jeeves with
bounds/box constraints. A couple of routines also have masks, which are parameters that
can be temporarily fixed for a run. These can be very useful for problems where one or two
parameters are "usually" fixed or set to one of only a few values.

This information may be of use for other package maintainers. For those wanting to use
optimx, get in touch with me off-list. Which reminds me that I have to get in touch with
someone who already mentioned they wanted some advice on just this matter.

JN
On 10/22/2011 06:00 AM, r-help-request at r-project.org wrote: