Skip to content

Commit

Permalink
Collecting average confidence also at the end of a run
Browse files Browse the repository at this point in the history
* 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).
  • Loading branch information
daimpi committed Jul 4, 2017
1 parent 1826929 commit 2a780ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SocNetABM.nlogo
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,7 @@ NetLogo 6.0.1
<metric>average-cum-successes "th1" false</metric>
<metric>average-cum-successes "th2" false</metric>
<metric>average-confidence false</metric>
<metric>g-confidence</metric>
<metric>rndseed</metric>
<steppedValueSet variable="scientists" first="3" step="1" last="11"/>
<enumeratedValueSet variable="th1-signal">
Expand Down

0 comments on commit 2a780ba

Please sign in to comment.