Gilgalad/targetingStrategy

From Robowiki
< Gilgalad
Revision as of 04:22, 8 March 2012 by AW (talk | contribs) (A little info about Precise Positional MEA's)
Jump to navigation Jump to search

Gilgalad currently uses two KNN-GF guns. Many of the weights along with some of the general code structure is based on Diamond.

In version 1.3, the imprecise Maximum Escape Angle was removed. I suspect that my broken calculation added more noise to the targeting data. To replace it, Gigalad started using four dimensions for the walls. I now plan on trying PIF guns and trying to develop some real MEA calculations that aren't too inefficient.

In version 1.7 I used a new type of MEA. Precise positional MEA. The idea comes partially from a comment by User:MN but I think this is the first bot to use it. The code is in the RoboGeom file (precisePositionalMaxEscapeAnglePoint).