Gabriel Agostini
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 4
投稿
Gabriel Agostiniによる最近のアクティビティ-
Turning 1D MVar into a diagonal matrix
回答済みHi, I wonder if GUROBI has a function that creates a diagonal matrix out of a 1-D MVar. I essentially have as optimization variables these "row-wise scaling factors" k, which I need to multiply by ...
-
Problem with very large matrix variables --- OverFlow error when setting objective?
回答済みHi, I currently have a model in which I optimize for the L2 norm (i.e. sum of all squared values) of an expression involving my optimization variable (a very large matrix X). Here is a snippet in g...
-
Computing L1 and L2 matrix norms in objective
回答済みHi, I currently have a model in which I want to optimize for the L1 norm (i.e. sum of all absolute values) of an expression involving my optimization variable (a matrix). The problem requires some ...