acabaniss / py-households

Pythonic ABM for household demography in the Mediterranean
0 stars 1 forks source link

Rules are part of individuals, not communities #9

Open acabaniss opened 4 years ago

acabaniss commented 4 years ago

Behavior is currently carried out by communities, but ultimately it is individuals and households who enact these behaviors. Person objects need to have these behaviors personally, and have learning/transmission rules.

From the to do list: Inheritance, locality, fragmentation (And later other rules) need to be conducted by individuals, and be inherited or learned, with those methods of inheritance/learning also definable (and inherited/learned themselves.)

acabaniss commented 4 years ago

As part of world_update, inheritance in Community has now been replaced with inheritancerule, which imparts itself onto children through matrilineal transmission (to be changed in future).