Skip to content
Andrew F edited this page Aug 6, 2015 · 1 revision

simulate_many is a class method of the GameDynamicsWrapper class.

It is used to run several simulations of a single game and classify the resulting equilibria.

Required parameters: none

Optional parameters: num_iterations=DEFAULT_ITERATIONS, the number of simulations to run.

num_gens=DEFAULT_GENERATIONS, the number of generations for each simulation.

return_labeled=True, whether or not the results should be labeled

parallelize=True, whether or not to parallelize the simulations

Clone this wiki locally