Skip to content

RandomConfigsGenAlg

Samuel Gomes edited this page Jul 2, 2024 · 11 revisions

RandomConfigsGenAlg

This class is a child of ConfigsGenAlg. It contains the procedure for the formation of random group organizations. No optimization technique is used. Just uniformly distributed randomness...

Constructor and Attributes

Constructor

RandomConfigsGenAlg(playerModelBridge: PlayerModelBridge,
        interactionsProfileTemplate: InteractionsProfile,
        preferredNumberOfPlayersPerGroup: int,
        minNumberOfPlayersPerGroup: int,
        maxNumberOfPlayersPerGroup: int,
        jointPlayerConstraints: string = "",
        separatedPlayerConstraints: string = "")

Attributes

(No additional attributes besides the ones from the base class ConfigsGenAlg )

Methods

Overrides organize() (see ConfigsGenAlg).

Clone this wiki locally