Output Statistics Sample Clauses

Output Statistics. If the stats? option is set, various statistics are generated, for use with the behaviour space. This generates a number of lists of numbers, one number for each agent in the list at any tick. These are lists of: • num-things-list – the number of things that each agent has; • num-tools-list – the number of tools that each agent has; • num-distinct-things-list – the number of different things that each agent has; • av-length-list – the average length of thing strings that each agent has; • num-get-list – the number of get actions each agent has done; • num-buy-list – the number of buy actions each agent has done; • num-sell-list – the number of sell actions each agent has done; • num-join-list – the number of join actions each agent has done; • num-split-left-list – the number of split-left actions each agent has done; • num-split-right-list – the number of split-right actions each agent has done; • num-apply-list – the number of apply actions each agent has done; • num-realise-list– the number of realise actions each agent has done; • num-plans-list – the number of plans that each agent has; • num-for-sale-list – the humber of sales each agent has achieved; • max-plan-value-list – the value of the most valuable plan that each agent has; • income-list – the income in the last tick that each agent has made/lost; • money-list – the money that each agent has. These can be used in the “Measure runs using these reporters:” box of the BehaviourSpace dialogue, in conjunction with “av”, “sd”, etc, e.g., av num-things-list, max num-things-list or sd num-plans-list.