Population Game =============== This module defines the main classes used to create and manage population games. It supports both single- and multi-population scenarios. --- **Multi-Population Game** Supports games with multiple interacting populations, each possibly with a different strategy space. .. autoclass:: popgames.population_game.PopulationGame :members: :undoc-members: :show-inheritance: --- **Single-Population Game** A simplified version of the population game model for single-population settings. .. autoclass:: popgames.population_game.SinglePopulationGame :members: :undoc-members: :show-inheritance: