A Model of Iterated Ultimatum game v1.1.0

The agents implemented into the simulation are divided into two groups according to their behavior. The amount of money to divide inside the ultimatum game is fixed at 100.00 €. The first group acts in a selfish way, that is, their proposals are always generated randomly under the 50% of the amount of money to split (more in detail, their proposals range from 35.00€ to 45.00€). Conversely, the second group behaves in the opposite way: in-deed, altruistic agents bid higher, even over the half of initial amount of money (par-ticularly, proposals randomly range from 45.00€ to 55.00€). Each agent is endowed with: a random willingness to pay (WTP), accordingly to the behavior of the agent; a minimum of money that the agent would accept in the ulti-matum game (willingness to accept; WTA). The latter is fixed equally for all agents and it is alterable by the user through the interface tab of the program. The interface tab allows also to change the percentage of altruistic agents to be generated (from 0% to 100%). The program does not taken into account learning behaviors based on players experience or the changing of the initial amount of money to split, given that, as reported by Camerer (2003), the studies which exploited the UG showed only small effects for these factors. However, the agents' behavior could be retrieved inside the procedure called “*initBehav*”: this is the part of the program that (more than others) could be rewritten in order to provide different and complex behaviors to agents, leaving unaltered the “*engine*” of the simulation which works on the iteration of the ultimatum game.
This is a companion discussion topic for the original entry at https://www.comses.net/codebases/4552/releases/1.1.0/