Taylor Petty

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

Posts

Recent activity by Taylor Petty Recent activity Votes
  • MVar errors in Python

    Answered

    I have a fixed p and q and I want to minimize the sum of squared errors between A^T @ p and q with some restrictions. I.e., min_A (L2_norm(A^T p - q)), subject to A only having entries in {0,1,2} (...