egttools.numerical.structure

The structure submodule contains population structures

Functions

run_network_sweep

Run a parallel parameter sweep over multiple games and topologies using OpenMP.

Classes

AbstractStructure

Abstract base class for population structures.

NetworkCoEvolutionaryPC

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

NetworkCoEvolutionaryPCHomophilic

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

NetworkEstimator

Wraps any NetworkMCEstimator* C++ instance and returns rich result objects with optional progress bars.

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.