Yves
Du coup j'ai jusqu'à SCFFactory dans le sujet. Aussi, voir avec Sylvain Lagrue si mon utilisation des tie break factories est correcte :
- Dans les SWF, ça permet d'obtenir un count (map) sans égalité de score (déterminé avec l'ordre strict en params)
- Dans les SCF, ça permet d'obtenir un unique gagnant parmi les éventuelles bestAlts en concurrence (toujours basé sur l'ordre strict)
Fonction Approval. Voici ma compréhension des thresholds :
For each slice of alternatives in the profile, we add 1 to the count of all alternatives. But, we have to keep in mind that there is a threshold that we shouldn't exceed for all alternatives. For example, if the threshold is {2, 1, 2}, that means that for each slice of alternative we inspect, the alternative that is in first position can't be counted more than 2 times. The alternative that is in second position can't be counted more than 1 time, and the alternative that is in third position can't be counted more than 2 times.