Difference between revisions of "Thread:Talk:Gilgalad/movementStrategy/GoTo surfing./reply (11)"

From Robowiki
Jump to navigation Jump to search
(Reply to GoTo surfing.)
 
(No difference)

Latest revision as of 20:13, 13 March 2012

Point 2 - I just use an arraylist for first wave points and another for second wave points. Put the first through Collections.sort() then iterate through. At each point calculate the min reachable second wave danger. However, if the first wave danger is more than the min first+second then break. I'm not sure why a hashmap would even help here?

Have you checked that your JVM is the same version for both? And CPU constant? 64 bit might be better at the raw throughput for the benchmark but about the same for stuff with lots of decisions in it, like a bot.