mesa_frames.AgentSetRegistry.__isub__#
- AgentSetRegistry.__isub__(other: AbstractAgentSet | Collection[AbstractAgentSet]) Self#
Remove AgentSets from the registry through the -= operator.
- Parameters:
other (mesa_frames.abstract.agentset.AbstractAgentSet | Collection[mesa_frames.abstract.agentset.AbstractAgentSet]) – The AgentSets to remove.
- Returns:
The updated AbstractAgentSetRegistry.
- Return type:
Self