Difference between revisions of "Wintermute/Version History"

From Robowiki
Jump to navigation Jump to search
m (category)
(0.5)
Line 1: Line 1:
0.4:
+
0.5:
 +
* Weight gun scans by inverse Manhattan Distance, as in DrussGT
 +
 
 +
0.4: APS:83.86 PL: 1356 - 698 pairings
 
* Revert to 0.2
 
* Revert to 0.2
 
* Fix the wave-generation direction bug
 
* Fix the wave-generation direction bug

Revision as of 20:06, 22 May 2009

0.5:

  • Weight gun scans by inverse Manhattan Distance, as in DrussGT

0.4: APS:83.86 PL: 1356 - 698 pairings

  • Revert to 0.2
  • Fix the wave-generation direction bug
  • Remove LT and HOT weighting schemes - they help only minimally, and hurt everything else
  • Speeded up surfing by terminating branches which have exceeded the previous minimum danger
  • Tuned the danger function to be less likely to stop as a wave passes over
  • Orbits enemy instead of center of next wave to hit

0.3: APS:83.03 PL:1360 - 702 pairings

  • Found bug in wave generation that used direction from now instead of 2 ticks ago
  • Added a 'very advanced guns' weighting
  • Changed the way the weightings are normalized to make it more correct - LT and HOT no longer need to be handicapped
  • Waves are weighted by their 'time-until-hit' at each point

0.2: APS:83.19 PL:1366 - 699 pairings

  • Added HOT and LT to the weighting schemes (acts as pre-loaded HOT and LT shots)
  • Changed the weighting system to give the most accurate scheme all the score, the others 0 (with a rolling average, so it evens out)
  • Now surfs the second wave, and differently I believe than to other TrueSurfing algorithms: at each tick along the second wave I check what the danger would be if I decelerated at that point, and then take the minimum danger of all those decelerations, as well as continuing, as the actual danger. Also, the second wave is weighted equally to the first. (This may be changed at a later date.)
  • Takes ram damage into account for enemy energy drop

0.1: APS:82.92 PL:1350 - 698 pairings

  • First release!