Ranking Choice Made Event
class RankingChoiceMadeEvent<T>(agentPlatform: AgentPlatform, type: Class<T>, val choice: Ranking<T>, val rankings: Rankings<T>, basis: Any, choices: Collection<T>) : RankingEvent<T>
Parameters
basis
why we chose this ranked
Constructors
Link copied to clipboard
constructor(agentPlatform: AgentPlatform, type: Class<T>, choice: Ranking<T>, rankings: Rankings<T>, basis: Any, choices: Collection<T>)