Jain’s Index Scenario
These are some of the implemented fairness tiles for the scenario:
Index | Tile or Pipeline | Class |
---|---|---|
1 | all-agent (a) | AllAgentTile |
2 | (a) accumulates (m) | AccumulatesTile |
3 | (m) sum m | SumTile |
4 | (α) map ϕ (β) | MapTile |
5 | (α) length m | LengthTile |
6 | α apply ϕ β | ApplyTile |
7 | composite (1 + 2 + 3 + 6) | AllAgentAccumulatesMapSumTile |
8 | composite (1 + 2 + 4 + 3) | AllAgentAccumulatesSumApplyTile |
9 | composite (1 + 5) | AllAgentLengthTile |
10 | pipeline (6 + 7 + 8 + 9) | JainsIndexPipeline |