georgenakashyan / PrisonerDilemmaSimulation

GNU General Public License v3.0
2 stars 0 forks source link

Making Video and Timestep chart don't use current evolution method. #5

Open georgenakashyan opened 1 year ago

georgenakashyan commented 1 year ago

They have their own evolution code rewritten for each, which is inefficient for many reasons. The best way to take care of this is to put it in a method and call it inside the one_replica_simulation() method