You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given our recommendation to run the Arbiter locally for each Player, we should avoid having the Player recompute things the Arbiter does, since in a single process, this is pure wasted work.
For example, computing the group polynomial is done in both the Arbiter, and the Player, and this is a pretty expensive computation.