Honglin An
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Honglin An-
Honglin An commented,
I see, thank you for the help!
-
Honglin An created a post,
ValueError: Mismatching inner dimensions
Answeredimport numpy as npimport gurobipy as gpfrom gurobipy import *D = 10 F = 2 N = 5 H = np.random.random((N,D))-0.5R = np.random.random(N) - 0.5R = np.matmul(R.T,H)H = np.matmul(H.T,H)I = np.identity(F...