Skip to content

PreferencesEstAlg

Samuel Gomes edited this page Jul 12, 2024 · 4 revisions

PreferencesEstAlg

PreferencesEstAlg is an abstract base class for the algorithms estimating players' preferences. These algorithms are called to make predictions about the preferences of players while performing some of the group organization algorithms. For instance, while some use this additional process to inform the attribution of group interaction profiles, our genetic algorithm does not need it.

Constructor and Members

Constructor

PreferencesEstAlg(player_model_bridge: PlayerModelBridge): void

Members

Name: expected type Default value Description
player_model_bridge: PlayerModelBridge - The connector for the player data storage.

Functions

update_estimates(): void

Description

(abstract) Updates the preference estimates of all players, directly accessing their storage.

Clone this wiki locally