Skip to content

Commit 2a780ba

Browse files
committed
Collecting average confidence also at the end of a run
* BehaviorSpace also records the global `g-confidence` and therefore the average confidence at the end of the run (instead of only recording at the time of convergence).
1 parent 1826929 commit 2a780ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SocNetABM.nlogo

+1
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,7 @@ NetLogo 6.0.1
12311231
<metric>average-cum-successes "th1" false</metric>
12321232
<metric>average-cum-successes "th2" false</metric>
12331233
<metric>average-confidence false</metric>
1234+
<metric>g-confidence</metric>
12341235
<metric>rndseed</metric>
12351236
<steppedValueSet variable="scientists" first="3" step="1" last="11"/>
12361237
<enumeratedValueSet variable="th1-signal">

0 commit comments

Comments
 (0)