forum.alglib.net http://forum.alglib.net/ |
|
Cholesky VS BLEIC http://forum.alglib.net/viewtopic.php?f=2&t=2082 |
Page 1 of 1 |
Author: | kg13carr [ Thu Jul 17, 2014 2:29 pm ] | ||
Post subject: | Cholesky VS BLEIC | ||
I am trying to solve this optimization problem with one of the two solvers mentioned above. Problem: f(x) = (.5)x'Hx + f'x Quadratic constraints: lowerBound <= x <= upperBound Linear constraints(if they exist): (Aineq)x <= (bineq) (Aeq)x = (beq) I am building my constraints matrix properly A = [Aeq;Aineq] B = [beq;bineq]--> c = [A,B] ct is a vector with 0's representing the equality rows and -1's representing inequality constraints H is a Hessian Matrix f is the vector for linear terms I know all sizes are correct, because I can run this in Matlab. I would like to get it to run in C#. Is this possible with AlgLib? I have attached some example input Thank you for any assistance.
|
Page 1 of 1 | All times are UTC |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |