HakanBrian / CoopConflStoch

1 stars 0 forks source link

Do changes in payoff make sense with the changes in traits? #5

Closed HakanBrian closed 1 month ago

HakanBrian commented 3 months ago

After running a few simulation runs the data seems to exhibit an odd behavior where the trait values for the population changes, sometimes even rapidly, with little to no change in the payoffs. The data collected for these runs was the average values for traits and payoff, so there may be hidden we aren't seeing. Regardless, there needs to be an investigation into whether these changes in payoff make sense with the changes in traits.

HakanBrian commented 2 months ago

For further investigation, I will complete multiple runs with the same initial parameters to identify any trends. I will also see if any possible trends make sense. One difference between the two models is the Mathematica model has a relatedness mechanism, which may one of the keys things we are missing. Basically, we need to ensure everything that we in simulation is working as expected before moving on.

Edit: see the comment below

HakanBrian commented 2 months ago

As far as testing what could be causing some issues identifying trends, I will list some considerations.

Solution?

HakanBrian commented 1 month ago

After further testing, we have found observable trends in the payoff and action that match our Mathematica model. However, now we question of whether changes in traits (norm and punishment) reflect the trends we are seeing in the payoff and action. We know these trends are correct, so why are we not observing similar results in the punishment and norm? Perhaps there is too much noise, or we may need to tweak and play with some other part of the model to obtain clearer trends in the punishment and norm.

HakanBrian commented 1 month ago

This issue has been resolved by including the invests individuals make into punishment into the calculation of fitness during reproduction and by increasing the scale of the differences between payoffs, which essentially increases the strength of selection.

So in essence, we forgot to include a small calculation step in the fitness, which ended up having a large effect on the dynamics.