Marcell Frisch
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Marcell Frischさんの最近のアクティビティ-
Marcell Frischさんがコメントを作成しました:
Dear Eli Towle, The code works perfectly for my basic cases but when I try to run it for 843 assets it runs for a very long time and I get this error message: Explored 5308982 nodes (64204304 simpl...
-
Marcell Frischさんがコメントを作成しました:
Dear David, So if I understand correctly I should just put this part: z = model.addMVar(mu.size, vtype=GRB.BINARY, name="z") # Variable ysum equal to sum of y variables ysum = model.addMVar(shape=...
-
Marcell Frischさんがコメントを作成しました:
Hi David, The problem is I have 482 assets and I have these constraints :how many assets should be in the portfolio,how much should be the minimum and the maximum weight can be assigned to one ass...
-
Marcell Frischさんが投稿を作成しました:
Formulating Sharpe Ratio Objective Function in Gurobi
進行中Dear Gurobi Community, I am currently working on a portfolio optimization problem using Gurobi and encountered a challenge in formulating the objective function to optimize the Sharpe Ratio more pr...