[Home]BenHorner/Calculations

Robo Home | BenHorner | Changes | Preferences | AllPages

Showing revision 15

Units of measure

these are the units I use throughout this page


Movement and Combat

all of this is taken from the [[Robocode FAQ]] it's just condensed here for my easy use.



Scoring

this part is from [[The Robocode Help]]


Anatomy of a turn

this is from [[The Robocode Help]] (altered so that everything happens with the same time value)
each turn these things happen in order: (cycled so that everything happens with the same time value)

calculations:

maximize: bppt = bp / ((1+(bp/5))/(cool rate))

               = bp * (cool rate) / ((5+bp)/5)
               = 5 * bp * (cool rate) / (5 + bp)



Robo Home | BenHorner | Changes | Preferences | AllPages
Edit revision 15 of this page | View other revisions | View current revision
Edited September 10, 2007 5:11 EST by BenHorner (diff)
Search: