
Sarath L
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Sarath L-
Sarath L commented,
Hi Eli, alpha and theta are constants. alpha = np.full((2,2), 0.5), theta = 12, this is how i defined them. Regarding the objective function, I have defined a function which returns an equation, ...
-
Sarath L created a post,
I'm encountering "The kernel appears to have died. It will restart automatically" error while solving MIQP
OngoingI have a quadratic optimization problem with linear constraints, I tried solving the problem with Gurobipy (using python (3.7.5) Jupyter notebook on Windows 10). While the code is giving a solution...