Number of battles can get to .5 ,because of the way it is calculated, when a bot is removed. Lets say that A and B fight. Then the file for bot A has battles = 1 and the file for bot B has battles = 1. Then RR@H adds the battles number from all files and divides by 2: (1 battle from file A + 1 battle from file B)/2. If you remove bot A from competition, then it will only find the battle for B and the result will be 0.5. -- Albert |