Yannic Lieder
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 2
アクティビティの概要
Yannic Liederさんの最近のアクティビティ-
Yannic Liederさんが投稿を作成しました:
Theoretical Background on BarHomogeneous parameter
回答済みWe are currently writing on a paper in which we use Gurobi for optimization tasks. There is one QP that could not be solved with default parameters, failed with Numerical trouble encounteredModel m...
-
Yannic Liederさんが投稿を作成しました:
Solving Least Squares yields wrong result
回答済みI tried to solve a linear least square problem in Gurobi as follows: # A, b are numpy arraysn1, n2 = A.shape # shape of b is (n1,)m = gp.Model()x = m.addMVar(shape=n2, lb=float('-inf'))Q = A.T @ Ac...