Skip to content

Constrained optimisation

2 messages · John Janmaat, Ben Bolker

#
Hello,

I need to solve a non-linear optimization with non-linear constraints. 
The 'nlm' routine does not seem to allow constraints.  Is there a 
package for solving such problems in R?

Thanks,

John.
#
optim() allows box constraints, but that's all.
On Tue, 19 Feb 2002, John Janmaat wrote: