vigneshwaran kannan
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Posts
Recent activity by vigneshwaran kannan-
GurobiError: HostID mismatch (licensed to 5dc163b3, hostid is 5dc16bc8) in WSL
AnsweredI have already installed (the academic version) gurobi 9.5 on my laptop (windows). I just added additional wsl. However, once I shut down and restart the system, gurobipy throws an error when I run...
-
Installation of Gurobi python with academic licence in WSL (ubuntu)
AnsweredI have already installed an academic licensed gurobi in windows os and used it in python. Is it possible to use gurobi in the WSL ubuntu by installing again in WSL along with the academic license f...
-
What is the alternate for @ operator in optimal transport problem in gurobi in python 2.7?
AnsweredBelow is my code for optimal transport. As I am going to use python 2.7 for running my complete code, the code below does not work in the python 2.7 version as the code involves @ symbol. Can someo...
-
Checking numerical issues in optimal transport
AnsweredI have beend running optimal transport between two distributions.However, the cost function has values which are very large and still GUROBIgives optimal objective value. My doubt is whet...
-
Handling very large values in the objective function for optimal transport
AnsweredI am running optimal transport between two uniform distributions. The functional form of the objective function is $\frac{1}{|x - y|}$. To generate the objective function, I computed the pairwise d...