Alejandro Mus Mejias
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Alejandro Mus Mejiasさんの最近のアクティビティ-
Alejandro Mus Mejiasさんがコメントを作成しました:
Thanks a lot for your answer!! I leave the code with your toy example translated to Scala and working with DenseVectors, in case someone have the same problem in other language (because, for exampl...
-
Alejandro Mus Mejiasさんがコメントを作成しました:
Hi Jaromil, Thank you very much for your answer. What I am trying to get is precissely \[ \sum_i (d_i - x_i)^2 \] where x_i are (indeed, sorry for the confusion) GRBVar objects, with coefficients i...
-
Alejandro Mus Mejiasさんがコメントを作成しました:
Thanks a lot for such a helpful and complete answer! I am very grateful for that. Bests, Alejandro Mus
-
Alejandro Mus Mejiasさんが投稿を作成しました:
Breeze and GRB data types link by chi sq distribution
回答済みDear all, I am trying to translate the following problem (written in Python) def chi_sq(x, mod): UVM = np.zeros(np.shape(mod),dtype=np.complex128) for m in range(len(mod)): UVM[m] = np.sum( ...
-
Alejandro Mus Mejiasさんがコメントを作成しました:
Dear all, Maybe it is a bit late to comment in this post, but I am facing the very same problem in Scala.I am new in Gurobi, and after several days, I don't know how to face it. I would like to rem...