Difference between revisions of "Gilgalad/targetingStrategy"
< Gilgalad
Jump to navigation
Jump to search
m (Updated targeting strategy page) |
(A little info about Precise Positional MEA's) |
||
Line 2: | Line 2: | ||
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.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). |
Revision as of 03:22, 8 March 2012
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).