
ANIL KAYA
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
ANIL KAYAさんの最近のアクティビティ-
ANIL KAYAさんが投稿を作成しました:
Gurobi Error 10005: Unable to retrieve attribute 'Pi'
回答済みI am solving my model with Julia program (Gurobi. solver). I am working on SDDP. My random variables are multiplied by decision variables. Due to this, the model seems as Quadratic. In order to set...
-
ANIL KAYAさんがコメントを作成しました:
Thank you for your explanation. Sure, I will check. Regarding your last comment, it is not working with NonConvex=2. It also wanted the following parameter: QCPDual=1 After this (QCPDual=1), it is ...
-
ANIL KAYAさんがコメントを作成しました:
Thank you for your feedback. This is a stochastic optimization. Uncertain parameters are fixed as below. Ω = [(epsilon = w, rp=ll, rn=kk) for w in [0.0, 0.1, 0.2] for ll in [0.0, 0.05, 0.1] for kk ...
-
ANIL KAYAさんが投稿を作成しました:
Implementation issue (mixed integer linear model seem as quadratic)
ユーザーの入力を待っています。I am working on stochastic mixed integer linear model via Julia scientific program. According my formulation, random variables (I fixed them) are multiplied by decision variables (as below). These ...