Tagged Questions
3
votes
2answers
2k views
QP solver for Java [closed]
I'm looking for a good easy to use Java based Quadratic Programming (QP) solver.
Googling around I came across ojAlgo (http://ojalgo.org).
However, I was wondering if there are any other/better ...
0
votes
1answer
25 views
Does the solution vector for quadratic equation remain when the equation is multiplied by 2?
I'm going to use quadprog in Matlab to solve a quadratic optimization problem.
Here the basic equation looks like 'y = 1/2x'Hx + f'x', and we're finding x vector that minimizes the y function.
Now ...
0
votes
1answer
29 views
About matlab quadprog using a structure hessian
I've been using matlab for solving a quadratic optimization problem, using a factor structured hessian, say I have a covariance matrix H and I wrote it as H=A+B*B'.
Then I have a small piece of ...
0
votes
1answer
142 views
Python: Using CVXOPT for quadratic programming
I'm using CVXOPT to do quadratic programming to compute the optimal weights of a potfolio using mean-variance optimization. There is a great example at ...
0
votes
1answer
102 views
CPLEX quadratic simplex?
Does anybody know which simplex-like algorithm CPLEX uses to solve quadratic programs. what is the so called Quadratic Simplex it is using?
Thank you in advance,
Mehdi
0
votes
1answer
138 views
Gurobi solver in matlab
I want to use Gurobi solver in Matlab, but I don't know how to calculate the required matrices (qrow and qcol).
For your reference I am copying the example provided in documentation.
0.5 x^2 - xy + ...