Skip to content

Calculations about criminal tendency might better be done at each step #13

@mariopaolucci

Description

@mariopaolucci

Currently, we make a bulk calculation of the criminal tendency and other stats once per year:

if (self.tick % self.ticks_per_year) == 0 or self.tick == 1:
self.calculate_criminal_tendency()
self.calculate_crime_multiplier() # we should update it, if population change

We could do it every year. However, this would better be delayed until we come out clean with the Netlogo comparison.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions