This function sets players preferences to a parametrized preference type. To specify completely custom preferences use game_set_util_fun instead.

game_set_preferences(game, pref)

Arguments

game

The game object

pref

A preference created with a function starting with pref_, like e.g. pref_ineqAv(alpha=1, beta=0.5). Use pref_custom to specify custom preferences.

See also