-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimulation3.cfg
More file actions
23 lines (23 loc) · 794 Bytes
/
simulation3.cfg
File metadata and controls
23 lines (23 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[simulation]
# size of the grid (gridsize^2 = number of speakers)
gridSize=40
# how innovation-friendly the agents are
# default: 0.5, for discreteProduction: 1.0
lambdaValue=0.2
# how many utterances each agent will remember
memorySize=20
# give the variant A some bias, e.g. 0.01
alphaBias=0.01
# how likely an agent is to "mishear" variant A as B
errorRate=0
# length of utterance which agents exchange, in characters
utteranceLength=10
# choose whether agents produce discrete or continuous variants
discreteProduction=False
# amplitude of the wave at the origin
# a value of zero means that amplitude is ignored completely
waveAmplitude=0.0
# how many times the simulation loop will be run
runs=200
# save a snapshot image to disk every n-th step (number must be >= 1)
snapshotInterval=1