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
Running the following program with -t 1 and -t 8 gives very different results!
using Base.Threads: @threads
using GameTheory: NormalFormGame, lrsnash
@threads for i in 1:200
if length(lrsnash(NormalFormGame(rand(0:999, 2,2,2)))) == 0
println("No equilibria found!")
end
end
The text was updated successfully, but these errors were encountered:
Running the following program with
-t 1
and-t 8
gives very different results!The text was updated successfully, but these errors were encountered: