egttools.numerical.structure.factories

Functions

network_coevo_factory

Create a NetworkCoEvolutionary estimator for the requested rewiring rule.

network_mc_estimator_factory

Create a NetworkMCEstimator for the requested update rule.

Classes

AbstractSpatialGame

Abstract base class for spatially structured games.

NetworkCoEvolutionaryPC

Co-evolutionary network estimator: Pairwise Comparison updates + Random rewiring.

NetworkCoEvolutionaryPCHomophilic

Co-evolutionary network estimator: Pairwise Comparison updates + Homophilic rewiring.

NetworkMCEstimatorBD

Monte Carlo estimator for evolutionary games on networks using the Birth-Death update rule.

NetworkMCEstimatorDB

Monte Carlo estimator for evolutionary games on networks using the Death-Birth update rule.

NetworkMCEstimatorLP

Monte Carlo estimator for evolutionary games on networks using the Linear-Proportional synchronous update rule.

NetworkMCEstimatorPC

Monte Carlo estimator for evolutionary games on networks using the Pairwise Comparison update rule.

NetworkMCEstimatorTDPC

Monte Carlo estimator for evolutionary games on networks with time-dependent beta/mu schedules.