Looks like Joptimizer is restricted to solving convex problems. My application is to minimize a generic non-linear function with linear constraints. Know of anything that does it?
-Ajo On Thu, Aug 15, 2013 at 5:48 PM, Konstantin Berlin <[email protected]>wrote: > There would be an advantage, true. I don't know if commons has one > (doesn't look like it). You can also try http://www.joptimizer.com/ > > On Thu, Aug 15, 2013 at 4:59 PM, Ajo Fod <[email protected]> wrote: > > Hello, > > > > Is'nt there an advantage to being able to compute the Jacobian of the > > gradient precisely at a point? > > > > If so, is there a class that uses the Jacobian instead of estimating the > > jacobian from the last few iteration as > NonLinearConjugateGradientOptimizer > > does? > > > > Thanks, > > -Ajo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
