egttools.plotting.plot_pairwise_comparison_rule_dynamics_in_simplex_without_roots

plot_pairwise_comparison_rule_dynamics_in_simplex_without_roots(population_size, beta, mu=None, payoff_matrix=None, game=None, group_size=2, figsize=(10, 8), ax=None)[source]

Plot dynamics on the simplex under the pairwise comparison rule, without computing roots.

Return type:

Tuple[Simplex2D, Callable[[ndarray[tuple[int, ...], dtype[float64]], int], ndarray[tuple[int, ...], dtype[float64]]], AbstractGame, PairwiseComparison]