Skip to content

PreferencesEstAlg

Samuel Gomes edited this page Jul 4, 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 Attributes

Constructor

+ PreferencesEstAlg(playerModelBridge: PlayerModelBridge): void

Attributes

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

Methods

updateEstimates(): void

Description

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

Clone this wiki locally