I have to solve a quadratically constrained optimization problem. Is
there a library in Java to do this directly?
Thanks
Amit
> I have to solve a quadratically constrained optimization problem. Is
> there a library in Java to do this directly?
>
> Thanks
> Amit
I suggest starting here:
<http://www.google.com/search?q=quadratically+constrained+optimization+java>
And possibly play around with the keywords I supplied.
It is quite possible you will have to write your own, as there isn't a
"Standard Library" that does what you need.