Constrained optimization for nonlinear multivariable function in Java

seinecle picture seinecle · May 16, 2012 · Viewed 7.1k times · Source

I am looking for an open source implementation of a method doing constrained optimization for nonlinear multivariable function in Java.

Answer

Ali picture Ali · May 16, 2012

IPOPT is the most robust solver I know of.

It has a Java interface although I have no idea how good that is, I only use the C++ API.