Simulator ========= This module defines the ``Simulator`` class, which provides numerical tools to simulate the interplay between population games, payoff mechanisms, and revision processes. The simulator tracks the evolution of strategic distributions and payoffs over time. It supports both finite-agent simulations and numerical integration of deterministic dynamics models. --- **Simulator** .. autoclass:: popgames.simulator.Simulator :members: :undoc-members: :show-inheritance: