Category:Advanced Targeting Strategies

From Robowiki
Jump to navigation Jump to search

Targeting strategies that collect data and learn how an enemy moves. There are a wide range of algorithms that fit this category, but most include one or more of the following:

  • Waves - A mechanic for collecting GuessFactors or bearing offset that would hit the enemy.
  • Pattern Matching - A system that logs individual enemy movements, frame by frame, for analysis of past movements and projection of future movements.
  • Visit Count Stats - A histogram of the frequency with which the enemy visits different firing angles.
  • Dynamic Clustering - The current situation is compared to a log of past situations and the most similar are used to determine a firing angle.