Statistics: Posted by Sheeo — 22 Jan 2015, 22:10
Statistics: Posted by Mad`Mozart — 21 Jan 2015, 17:23
Statistics: Posted by Vee — 17 Jan 2015, 17:45
Statistics: Posted by IceDreamer — 16 Jan 2015, 21:48
Sir Prize wrote:
Edit: I think biasing towards the shared map pool is a good thing for the vast majority of players, but is it possible to weight the probability away from maps you've recently played or recently played multiple times Sheeo/Zep? Perhaps optionally? I personally have no problem getting a map I like repeatedly, Mozart obviously is over it, which is fine and I'm sure theres plenty of people that would feel like either of us.
Statistics: Posted by Sheeo — 16 Jan 2015, 14:27
Statistics: Posted by Sir Prize — 16 Jan 2015, 13:48
Statistics: Posted by Sheeo — 16 Jan 2015, 11:08
Statistics: Posted by Mad`Mozart — 16 Jan 2015, 11:03
I do think it's safe to assume a fair coin from the standard library of python and a normal operating system.
Statistics: Posted by Sheeo — 16 Jan 2015, 11:02
Statistics: Posted by Vee — 16 Jan 2015, 10:54
mysql> select idMap, count(idUser) as amount, name from ladder_map_selection inner join table_map on idMap = table_map.id inner join global_rating on global_rating.id=ladder_map_selection.idUser where global_rating.mean > 2000 group by idMap order by amount desc limit 15;
+-------+--------+-----------------------+
| idMap | amount | name |
+-------+--------+-----------------------+
| 558 | 50 | Open Palms |
| 156 | 47 | Twin Rivers |
| 5 | 47 | 8 - Badlands_v4 |
| 563 | 44 | Theta Passage |
| 8 | 43 | loki |
| 568 | 43 | Syrtis Major |
| 566 | 40 | Fields of Isis |
| 605 | 39 | Eye of the Storm |
| 567 | 38 | Canis River |
| 587 | 37 | Blasted Rock |
| 593 | 37 | Williamson's Bridge |
| 570 | 36 | Finn's Revenge |
| 267 | 34 | desert arena |
| 589 | 34 | Ambush Pass |
| 88 | 32 | TAG_Craftious Maximus |
+-------+--------+-----------------------+
15 rows in set (0.14 sec)
mysql> select idMap, count(idUser) as amount, name from ladder_map_selection inner join table_map on idMap = table_map.id inner join global_rating on global_rating.id=ladder_map_selection.idUser where global_rating.mean < 1000 group by idMap order by amount desc limit 15;
+-------+--------+----------------------+
| idMap | amount | name |
+-------+--------+----------------------+
| 566 | 507 | Fields of Isis |
| 570 | 488 | Finn's Revenge |
| 567 | 461 | Canis River |
| 587 | 434 | Blasted Rock |
| 564 | 433 | Winter Duel |
| 589 | 427 | Ambush Pass |
| 264 | 425 | Balvery Mountains V2 |
| 5 | 405 | 8 - Badlands_v4 |
| 560 | 395 | Seton's Clutch |
| 592 | 381 | Crag Dunes |
| 593 | 371 | Williamson's Bridge |
| 558 | 356 | Open Palms |
| 57 | 355 | Waters of Isis r001 |
| 156 | 350 | Twin Rivers |
| 582 | 345 | Four-Leaf Clover |
+-------+--------+----------------------+
15 rows in set (0.13 sec)
Statistics: Posted by Sheeo — 16 Jan 2015, 10:47
Statistics: Posted by Mad`Mozart — 16 Jan 2015, 10:36
Statistics: Posted by Vee — 16 Jan 2015, 10:32