Does anyone know or have experience working with a clean Java library to select portfolios or do some of these types of constrained quadratic programming ?
It seems that there are a lot of tools, as discussed elsewhere - but what I would like to use a pure implementation of Java. Since I want to call the library from other open source software with a BSD-ish license, I would prefer LGPL over the GPL.
Any help is appreciated. If you do not know such libraries, which are the simplest algorithm that you would suggest to implement? He must cope with the inequality constraint (all x_i > = 0) and the equality constraint (sum of all x_i = 1).
source share