Talk:Pattern Matching
Is there any (top) bot that still only uses pattern matching? I'm currently doing my first steps with that, but since I'm not a very trained coder, I can't really seem to fix all the bugs. Guess I need inspiration :-)
- [View source↑]
- [History↑]
You cannot post new threads to this discussion page because it has been protected from new threads, or you do not currently have permission to edit.
Contents
Thread title | Replies | Last modified |
---|---|---|
"Single tick" | 1 | 02:38, 7 June 2012 |
It occurred to me today that "Single Tick" (as in oldwiki:PatternMatching/SingleTick) is not really a form of Pattern Matching, but a form of firing angle projection. The Pattern Matching part is exactly the same. The difference is that instead of pulling a series of movements (PIF), a GuessFactor, or a Displacement Vector from your log, your "aiming" algorithm projects the enemy's movement for one tick, then keeps iterating over this aiming/projection. You could create a "Single Tick" version of any targeting algorithm...
Indeed, you could. I've thought about it before but never felt it was worth the high computational cost in most cases. It would be interesting to try though...
In the original wiki post it was referred to as
"Single Tick" PatternMatching
, with "Single Tick" being used in the sense of an adjective, so I wouldn't be surprised if Simonton had considered applying it to other algorithms too.