-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels