-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.py
More file actions
26 lines (23 loc) · 1.18 KB
/
Copy pathhelp.py
File metadata and controls
26 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
dynamic_help = """
Optionally specify start and end thresholds for each group. If selected, the groups'
thresholds will change linearly throughout the simulation between these values. The
High-to-Low checkboxes configure whether to use the high or low value of the range
sliders as the start and end points for each group
"""
threshold_help = """
Thresholds are percentages, with values between -1.00 an 1.00. A negative threshold is
interpreted as a 'diversity-seeking' group. That is, rather than moving when their
neighbourhood has similarity below their absolute threshold value (as per the
conventional Schelling segregation model), they move when their neigbourhood has
similarity above their absolute threshold value.
"""
n_neighbours_help = """
The depth of a home's neighbourhood to consider when computing the similarity score.
E.g. n_neighbours=2 considers a 5x5 grid of homes, where the home being evaluated is at
the centre.
"""
htl_help = """
If checked, the high value of this group's range slider will be used as the start
threshold, and the low value will be used as the end threshold. The group's threshold
will change linearly between these values over the course of the simulation.
"""