id

The current agent’s unique integer identifier

Synopsis

id

Description

This factor represents the current agent ID, which is a unique integer identifier for an agent.

Agent ids are typically set in the synthetic population files.

Examples

If there is an agent with an id of \(100\) then the following statement would have only this agent perform the indicated action.

if (id == 100) then <action>