Closed digitaldust closed 5 years ago
Why in the setup?
get-or-create-link-with
should be the place - activities should be checked and removed if not compulsory of jobs, based on how much they are liked?
because you want a value for the upper bound… don't you? and that's in the setup… if you want to have a little variance for each citizen...
anyway, I checked get-or-create-link-with
and it looks like you already have a check in place with links-cap
(from the interface), and that's why every time I always end up with people having no more and no less that ~20 links…
and that also matches with what observed in the link creation, ~20 * 40000 = ~800.000 as we have in the plots, and that's a correctly capped value… the only thing we can try is to play with the slider and have them remembering like 10 places tops...
.. agh. Then it's all for nothing - we can't reduce the links lower than this (except for a test, sure)
.. agh. Then it's all for nothing - we can't reduce the links lower than this (except for a test, sure)
the point is to reduce the number of activity-links so that it doesn't exceed a cap labeled in
citizen-own
as:and defined in
setup-citizen
as:so to give a bit of variance around 25, which is the expected mean
It looks like the procedure to create such links is
setup-free-time-activities
, and I am trying to break at random some connections if over the threshold, but it doesn't look like it works:but I am afraid I am killing activities that are not free time stuff only, might need a check to assure that.