msmobility / silo

SILO Model Java Code
GNU General Public License v2.0
18 stars 26 forks source link

Method adjustIncome() does not track changes. #170

Open moeckel opened 5 years ago

moeckel commented 5 years ago

The track file should keep track of all changes that happen to a person, household, dwelling or job. Change of income is currently not tracked. If a new income is selected in the class

public class IncomeAdjustment extends RandomizableConcurrentFunction

the following text should be added to the tracking file: "The class IncomeAdjustment changed the income of person [XXX] from OLDINCOME to NEWINCOME to maintain the average income distribution by age, sex and education."