Pure Java open-source libraries for portfolio selection (= constrained, non-linear optimization)?

Posted by __roland__ on Stack Overflow See other posts from Stack Overflow or by __roland__
Published on 2009-06-22T19:17:15Z Indexed on 2010/03/30 3:13 UTC
Read the original article Hit count: 288

Does anyone know or has experience with a pure Java library to select portfolios or do some similar kinds of quadratic programming with constraints?

There seems to be a lot of tools, as already discussed elsewhere - but what I would like to use is a pure Java implementation. Since I want to call the library from within another open-source software with a BSD-ish license I would prefer LGPL over GPL.

Any help is appreciated. If you don't know such libraries, which is the most simple algorithm you would suggest to implement? It has to cope with an inequality constraint (all x_i >= 0) and an equality constraint (sum of all x_i = 1).

© Stack Overflow or respective owner

Related posts about java

Related posts about open-source