
Ying Zhang
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Ying Zhangさんの最近のアクティビティ-
Ying Zhangさんがコメントを作成しました:
Another point is that if instead of doing obj = obj - beta.sum() I do obj = obj - beta[0] - beta[1], then the code does not crash. Again, I am not saying that this is wrong in itself, just that it...
-
Ying Zhangさんがコメントを作成しました:
Actually, even if the range of x[0] is none-empty, it still is ignored in mode.objVal.
-
Ying Zhangさんが投稿を作成しました:
Odd behaviors with NA in the objective function
回答済みHi, I am trying to upgrade from gurobi 9.5.2 to 11.0.3, and by accident, I found some strange behaviors when I have NA in the objective function. Here is a reproducible example:x = model.addMVar(2,...