Taylor Petty

  • Gurobi-versary
  • First Question
  • First Comment
  • 合計アクティビティ 8
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 3
  • サブスクリプション 1

アクティビティの概要

Taylor Pettyさんの最近のアクティビティ
  • Taylor Pettyさんがコメントを作成しました:

    That was it! Thank you so much!

  • Taylor Pettyさんがコメントを作成しました:

    I was unable to deduce anything meaninful from the m.computeIIS() output. However, I have realized that I'm only able to find a solution if an exact solution exists. The example below doesn't work....

  • Taylor Pettyさんがコメントを作成しました:

    Thank you so much for this! "addGenConstrNorm" was a great addition, too. If I let p vary in the problem, but leave everything else the same, it amounts to adding three lines: p = m.addVars(K,vtype...

  • Taylor Pettyさんが投稿を作成しました:

    MVar errors in Python

    回答済み

    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} (...