Next: Agent Location Choice Model
Up: Agent Relocation Model
Previous: Creators
Index
Model Configuration
Configuration for Production Run:
- To run a Household Relocation Model in a production run, the
HouseholdRelocationModelCreator is used to create an instance of the
AgentRelocationModel. Additionally, it creates an instance of
RateDataset initialized with the argument
what=''households''
which reads data from table ``annual_relocation_rates_for_households'' (see
Section 9.11 for the table structure). This object is
put into resources which is passed to the run() method of
the model. As agent_set the production code passes a
HouseholdDataset object that was (possibly) used and modified by the
Household Transition Model.
- To run a Employment Relocation Model, the
EmploymentRelocationModelCreator is used to create an instance of the
AgentRelocationModel. Additionally, it creates an instance of
RateDataset initialized with the argument
what=''jobs''
which reads data from table ``annual_relocation_rates_for_jobs'' (see
Section 9.7 for the table structure). This object is
put into resources which is passed to the run() method of
the model. As agent_set the production code passes a
JobDataset object that was (possibly) used and modified by the
Employment Transition Model.
Next: Agent Location Choice Model
Up: Agent Relocation Model
Previous: Creators
Index
info (at) urbansim.org