Difference between revisions of "Talk:Darkcanuck/RRServer/Query"
Jump to navigation
Jump to search
(comment) |
(elaborate) |
||
Line 16: | Line 16: | ||
The one I'd mostly be interested in would be the following: | The one I'd mostly be interested in would be the following: | ||
− | * PARAMS: Rumble, Timestamp(optional); RETURN: All paring details in Rumble (that | + | * PARAMS: Rumble, Timestamp(optional); RETURN: All paring details (bot names, score, survival, maybe battle count) in Rumble (that had a battle since Timestamp). |
It would make it easy to get/update test data for doing analysis of how bots do against other bots. | It would make it easy to get/update test data for doing analysis of how bots do against other bots. | ||
--[[User:Rednaxela|Rednaxela]] 15:43, 6 August 2009 (UTC) | --[[User:Rednaxela|Rednaxela]] 15:43, 6 August 2009 (UTC) |
Revision as of 16:51, 6 August 2009
Desired queries
I'm currently interested in queries to enable tweets about RoboRumble entrants once they've achieved a stable rating. For that, I think I'd need the following:
- PARAMS: Bot/Version, Rumble; RETURN: Battle count
- PARAMS: Bot/Version, Rumble; RETURN: APS
- PARAMS: Bot/Version, Rumble; RETURN: Ranking (eg, 9th)
These might be nice, so I'll post them for sake of brainstorming, but they're not needed by me:
- PARAMS: Bot/Version, Rumble; RETURN: Glicko-2
- PARAMS: Bot/Version, 1v1 or Melee; RETURN: Lowest weight class
- Can be deduced from querying with each of the 4 rumbles, anyway.
- PARAMS: Bot/Version, Rumble; RETURN: Pairings complete? (boolean)
- Can be assumed complete for battle count > 2000.
--Voidious 14:37, 6 August 2009 (UTC)
The one I'd mostly be interested in would be the following:
- PARAMS: Rumble, Timestamp(optional); RETURN: All paring details (bot names, score, survival, maybe battle count) in Rumble (that had a battle since Timestamp).
It would make it easy to get/update test data for doing analysis of how bots do against other bots.
--Rednaxela 15:43, 6 August 2009 (UTC)