ANIL KAYA
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by ANIL KAYA-
ANIL KAYA created a post,
Gurobi Error 10005: Unable to retrieve attribute 'Pi'
AnsweredI 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 commented,
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 commented,
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 created a post,
Implementation issue (mixed integer linear model seem as quadratic)
Awaiting user inputI 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 ...