Serving the Quantitative Finance Community

 
User avatar
karhu
Topic Author
Posts: 0
Joined: May 19th, 2006, 12:36 pm

quadratic optimization in Java

August 24th, 2007, 9:55 pm

Could somebody suggest good quadratic optimization code with linear constraints in Java (nice convex problem)? Thanks a lot!
Last edited by karhu on August 24th, 2007, 10:00 pm, edited 1 time in total.
 
User avatar
zokidoki
Posts: 0
Joined: December 28th, 2004, 5:59 pm

quadratic optimization in Java

September 17th, 2007, 1:46 pm

Came across this but not tried it out though:http://ojalgo.org/what.htmlLet me know what you think, if you decide to try it. Thanks.
 
User avatar
karhu
Topic Author
Posts: 0
Joined: May 19th, 2006, 12:36 pm

quadratic optimization in Java

September 27th, 2007, 1:31 pm

Thanks a lot, Zokidoki, this looks promising. I'll see if it works for me and update the post.