georgenakashyan / PrisonerDilemmaSimulation

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

Payoffs lead to weird results for strategy 1 #4

Closed georgenakashyan closed 1 year ago

georgenakashyan commented 1 year ago

They either reach complete extinction or full domination. I think this is an error because of all my research on this. Most studies expect it to level off at some point.

georgenakashyan commented 1 year ago

Error is not related to the sum methods, but it may be based on the code that makes the graphs and videos. I will rewrite both as seperate methods and call them inside the one_replica_simulation() method.

georgenakashyan commented 1 year ago

More research has led me to find that in any network without special rules, cooperation cannot exist. This is why we are creating strategy 2 to further research a way to have cooperation exist in synthesized networks.