Skip to content

Architecture

Samuel Gomes edited this page Jul 15, 2024 · 7 revisions

Architecture

GIMME is divided in several sub-modules. The relations between them are illustrated above: the class Adaptation uses ConfigsGenAlg to select an adequate group organization in each call; ConfigsGenAlg uses RegressionAlg to predict new player states and evaluate the quality of a configuration; Finally, all submodules use the auxiliary structures InteractionsProfile, PlayerCharacteristics, PlayerState and PlayerStateGrid. Alongside, Model Bridges allow transparent model connections whenever data needs to be fetched.

Clone this wiki locally