Beyzanur Aydin
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Beyzanur Aydinさんの最近のアクティビティ-
Beyzanur Aydinさんがコメントを作成しました:
Sure, here is the MPS file: https://github.com/beyzanuraydiin/grb_mps_fileThank you.
-
Beyzanur Aydinさんがコメントを作成しました:
Sorry for the confusion, maximizing is incorrect, should be minimizing- I updated my post now. I am minimizing negative sum of logarithms.
-
Beyzanur Aydinさんがコメントを作成しました:
Hi Riley, Thank you for the explanation. However I am already using this convex formulation:min yy >= -sum(log(x))x >= 1e-6 Despite this, when I run my program in Gurobi, the console states:Solvin...
-
Beyzanur Aydinさんが投稿を作成しました:
Why Does Gurobi Report "Non-Convex MINLP" for a Convex Logarithmic Objective?
回答済みI am solving a convex optimization problem using Gurobi 12. My objective function is to minimize -\sum \log(p). The logarithmic function is concave, so the negative sum of logarithms should define ...