0.1.11-patch2 #39
Socrats
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fixed
calculate_full_transition_matrix
. The previous implementation tried to calculate the fitness forstrategies with 0 counts in the population. This would lead to an error when calculating the probability of group
forming. Now, we calculate directly the probability of a strategy with 0 counts increasing by 1 individual in the
population, i.e., prob = (n_decreasing_strategy / population_size) * (mu / (1 - nb_strategies)).
What's Changed
Full Changelog: v0.1.11-patch1...v0.1.11-patch2
This discussion was created from the release 0.1.11-patch2.
Beta Was this translation helpful? Give feedback.
All reactions