nkremerh / sugarscape

Development repository for the Digital Terraria Lab implementation of the Sugarscape agent-based societal simulation.
https://github.com/digital-terraria-lab/sugarscape
MIT License
7 stars 11 forks source link

Add config option to disable cultural transmission #86

Closed amuller26 closed 2 months ago

amuller26 commented 2 months ago

Added the toggle and adjusted agents and children accordingly. I am not sure if this is the expected outcome. In the simulation, it seems that children who are born can be born to a new tag, but I am not sure where and how it is happening.

colinhanrahan commented 2 months ago

Some things to consider:

Otherwise looks good! I like that you kept the tagging logic self-contained in doTagging rather than expanding it out to doTimestep.