Re: [R] constrOptim with method = "L-BFGS-B"

2008-06-18 Thread lhaba
gt; self-contained example. Unfortunately, your example is so large that it > is slightly intimidating. A simpler example might elicit more (and more > useful) replies -- if it doesn't lead you to the solution, as Polya > suggested that it might. > > Hope this helps

[R] constrOptim with method = "L-BFGS-B"

2008-06-17 Thread lhaba
Hi, i need to minimize a quadratic function with boundary condidtions and one equality condition. In order to do that i converted the equality constraint into 2 inequality constaints and passed everything cia constrOptim, as the manual said: everything included in the ... will be passed to Optim