gabm.abm.democracy.candidate module

Candidate module for GABM.

class gabm.abm.democracy.candidate.Candidate(agent_id: AgentID, description: str)

Bases: Citizen

For representing a candidate.

Attributes:

id (AgentID): Unique identifier for the candidate. description (str): The description of the candidate.