|
65 | 65 | set crit-interact-lock crit-interact-lock - 1
|
66 | 66 | ]
|
67 | 67 | ]
|
68 |
| - if nature-evidence-frequency > 0 and ticks != 0 |
69 |
| - and ticks mod (1 / nature-evidence-frequency) = 0 [ |
| 68 | + if nature-evidence-frequency > 0 and ticks != 0 |
| 69 | + and ticks mod (1 / nature-evidence-frequency) = 0 [ |
70 | 70 | ask turtles [
|
71 | 71 | update-from-nature
|
72 | 72 | ]
|
|
109 | 109 | ; the reporters which have to be collected when researchers converge.
|
110 | 110 | to init-converge-reporters
|
111 | 111 | set converge-reporters (list [ -> average-belief 0 true]
|
112 |
| - [ -> average-cum-successes 0 true] [ -> average-confidence true]) |
| 112 | + [ -> average-cum-successes 0 true] [ -> average-confidence true] |
| 113 | + [ -> average-signal 0 true]) |
113 | 114 | end
|
114 | 115 |
|
115 | 116 |
|
@@ -1192,6 +1193,8 @@ NetLogo 6.0.1
|
1192 | 1193 | <metric>crit-interactions-th1</metric>
|
1193 | 1194 | <metric>crit-interactions-th2</metric>
|
1194 | 1195 | <metric>round-converged</metric>
|
| 1196 | + <metric>average-signal "th1" false</metric> |
| 1197 | + <metric>average-signal "th2" false</metric> |
1195 | 1198 | <metric>average-belief "th1" false</metric>
|
1196 | 1199 | <metric>average-belief "th2" false</metric>
|
1197 | 1200 | <metric>average-cum-successes "th1" false</metric>
|
@@ -1234,65 +1237,9 @@ NetLogo 6.0.1
|
1234 | 1237 | <enumeratedValueSet variable="max-ticks">
|
1235 | 1238 | <value value="10000"/>
|
1236 | 1239 | </enumeratedValueSet>
|
1237 |
| - </experiment> |
1238 |
| - <experiment name="crit-interact-base-run" repetitions="10000" runMetricsEveryStep="false"> |
1239 |
| - <setup>setup new-seed</setup> |
1240 |
| - <go>go</go> |
1241 |
| - <exitCondition>exit-condition</exitCondition> |
1242 |
| - <metric>successful-run</metric> |
1243 |
| - <metric>average-jumps</metric> |
1244 |
| - <metric>avg-indiff-time</metric> |
1245 |
| - <metric>run-start-scientists "th1"</metric> |
1246 |
| - <metric>run-start-scientists "th2"</metric> |
1247 |
| - <metric>run-end-scientists "th1"</metric> |
1248 |
| - <metric>run-end-scientists "th2"</metric> |
1249 |
| - <metric>crit-interactions-th1</metric> |
1250 |
| - <metric>crit-interactions-th2</metric> |
1251 |
| - <metric>round-converged</metric> |
1252 |
| - <metric>average-signal "th1"</metric> |
1253 |
| - <metric>average-signal "th2"</metric> |
1254 |
| - <metric>average-belief "th1" false</metric> |
1255 |
| - <metric>average-belief "th2" false</metric> |
1256 |
| - <metric>average-cum-successes "th1" false</metric> |
1257 |
| - <metric>average-cum-successes "th2" false</metric> |
1258 |
| - <metric>average-confidence false</metric> |
1259 |
| - <metric>rndseed</metric> |
1260 |
| - <steppedValueSet variable="scientists" first="3" step="1" last="11"/> |
1261 |
| - <enumeratedValueSet variable="th1-signal"> |
1262 |
| - <value value="0.5"/> |
1263 |
| - </enumeratedValueSet> |
1264 |
| - <enumeratedValueSet variable="th2-signal"> |
1265 |
| - <value value="0.499"/> |
1266 |
| - </enumeratedValueSet> |
1267 |
| - <enumeratedValueSet variable="pulls"> |
1268 |
| - <value value="1000"/> |
1269 |
| - </enumeratedValueSet> |
1270 |
| - <enumeratedValueSet variable="jump-threshold"> |
1271 |
| - <value value="1"/> |
1272 |
| - </enumeratedValueSet> |
1273 |
| - <enumeratedValueSet variable="strategy-threshold"> |
| 1240 | + <enumeratedValueSet variable="nature-evidence-frequency"> |
1274 | 1241 | <value value="0"/>
|
1275 | 1242 | </enumeratedValueSet>
|
1276 |
| - <enumeratedValueSet variable="network-structure"> |
1277 |
| - <value value=""cycle""/> |
1278 |
| - <value value=""wheel""/> |
1279 |
| - <value value=""complete""/> |
1280 |
| - </enumeratedValueSet> |
1281 |
| - <enumeratedValueSet variable="max-prior"> |
1282 |
| - <value value="4"/> |
1283 |
| - </enumeratedValueSet> |
1284 |
| - <enumeratedValueSet variable="critical-interaction"> |
1285 |
| - <value value="true"/> |
1286 |
| - </enumeratedValueSet> |
1287 |
| - <enumeratedValueSet variable="crit-strength"> |
1288 |
| - <value value="0.001"/> |
1289 |
| - </enumeratedValueSet> |
1290 |
| - <enumeratedValueSet variable="crit-jump-threshold"> |
1291 |
| - <value value="1"/> |
1292 |
| - </enumeratedValueSet> |
1293 |
| - <enumeratedValueSet variable="max-ticks"> |
1294 |
| - <value value="10000"/> |
1295 |
| - </enumeratedValueSet> |
1296 | 1243 | </experiment>
|
1297 | 1244 | </experiments>
|
1298 | 1245 | @#$#@#$#@
|
|
0 commit comments