Qiran Wu

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by Qiran Wu Recent activity Votes
  • Incompatible dimensions in Python

    Answered

    Hi, I'm using Gurobi in Python to solve a Mixed Integer Programming. This is a reformulation of a Neural Network problem.  My `x` is a 1-D vector of 200 variables. The first layer has 50 neurons.  ...