Andrea Muzi
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Andrea Muziさんの最近のアクティビティ-
Andrea Muziさんがコメントを作成しました:
But if \x_i is not defined ? \x_i is my objective variable. So, How can I write \w_i as a function of something that I don't have ?
-
Andrea Muziさんがコメントを作成しました:
Error using gurobiIncorrect size(model.obj) Error in Nicola (line 22)result=gurobi(model);
-
Andrea Muziさんがコメントを作成しました:
I tried to write the model this way, but gurobi couldn't solve it
-
Andrea Muziさんがコメントを作成しました:
I have read the documentation but do not understand how to set the problem. My quadconstraints is represented by X^T*Sigma*X, where X is a ones(n,1) vector and sigma is a square matrix nxn. How can...
-
Andrea Muziさんがコメントを作成しました:
I found on the documentation you suggested that I can solve the problem using "qcp", but being unfamiliar with the software I don't know how to build the matrices on the gurobi interface for MATLAB.
-
Andrea Muziさんがコメントを作成しました:
Thank you for your help. My main problem is the quadratic constraint of variance. I really don't know how to write it. I don't know if you can also solve it with MATLAB
-
Andrea Muziさんが投稿を作成しました:
Mean-Variance-Shannon's Entropy
回答済みCan I solve this model through Gurobi ? If I can do this, how I have to build the matrices ?
-
Andrea Muziさんがコメントを作成しました:
I've modified my model, but probably I wrote in a wrong way this new constraints I 've used the vector [-eye(n) zeros(1,n)*eye(n) ; eye(n) -(ones(1,n)*eye(n) ] while for the lower and upper bounds...
-
Andrea Muziさんが投稿を作成しました:
MIQP for portfolio optimization
回答済みI have to find the optimal portfolio weights for a set of K, where k is a sort of cardinality of my portfolio. X is a continuous variable, while y is a binary one. The real problem is that the s...