L1fe
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
コメント
L1feによる最近のアクティビティ-
Hi Jaromil, How should the epsilon be chosen? Also, could we write the condition as |Xi - Xj| + |Yi-Yj| >= 1, which would force the pairs to be different as they take integer values? Thanks!
-
Hi Jaromil, Thank you a lot for your quick answer! One last question. For the inequalities for all pairs (i,j) i!=j, I should use the same delta x and delta y? Thanks.
-
Hi Jaromil, Thanks! I have two follow up questions if you don't mind. - How would I write/encode the conditions: (Xi, Yi) != (Xj, Yj) when i !=j ? - In terms of performance, is it okay to keep the ...