Skip to content

0.1.11-patch2

Choose a tag to compare

@github-actions github-actions released this 16 Nov 19:49
· 646 commits to master since this release

Fixed

  • Fixed error in calculate_full_transition_matrix. The previous implementation tried to calculate the fitness for
    strategies 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

  • Bump ncipollo/release-action from 1.11.1 to 1.11.2 by @dependabot in #38

Full Changelog: v0.1.11-patch1...v0.1.11-patch2