forum.alglib.net http://forum.alglib.net/ |
|
minqp nonconvex with asymmetric matrix http://forum.alglib.net/viewtopic.php?f=2&t=2372 |
Page 1 of 1 |
Author: | qp_123 [ Mon May 25, 2015 11:39 am ] |
Post subject: | minqp nonconvex with asymmetric matrix |
I tried using the minqp algorithm for C# but it gave me the error - ldstr "'a' parameter is not symmetric matrix" does minqp only work with symmetric matrix. this is my code snippet - alglib.minqpcreate (this.a.Length, out state); alglib.minqpsetlinearterm (state, this.b); alglib.minqpsetquadraticterm (state, this.a); //gave me error I also have a Ax<=b constraints. |
Page 1 of 1 | All times are UTC |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |