Pallas
Pallas | |
Pallas, the asteroid. | |
Author(s) | Nat |
Extends | AdvancedRobot |
Targeting | Dynamic Clustering GuessFactor Targeting |
Movement | Dynamic Clustering Wave Surfing |
Released | in March'09 |
Best Rating | N/A |
Current Version | N/A |
Code License | NPL |
[Unavailable Download] | |
[Unavailable Source] |
My active development robot. Properly finished before MilkyWay or Galaxy so I create this page before...
Current development goals is to defeat Shadow! Just kidding, The main goals is to enter TopTenDCParty. I think I shall make a first bot that do more 'dynamic' in dynamic clustering than other bot! (mean dynamic cluster size and dynamic weighting)
Current development trunk contains 3 guns:
- Dynamic Clustering Forward Pattern Matching Gun (AKA TronsGun): The same gun of Shadow, Chalk and X2.
- Dynamic Clustering GuessFactor Targeting Gun.
- Dynamic Clustering Anti Surfer GuessFactor Targeting Gun.
Also with Dynamic Clustering Wave Surfing Go-To Style (WS-GT/DC).
Currently, there are 3 KDTree in this robot: the one for TronsGun, another one for Wave and last one for Surfing. These are large KDTree, contains last 400,000 scans/non-firing-waves of enemy.
I design the Movement and Targeting separately so it are fully plugable. Only the util and KDTree are sheared.
I inspired this bot by Horizon. That was a time when I developing BlackHole. My BlackHoleg grew larger for it's messy structure. I am adding the VCS buffers to BlackHole when I look at Horizon code. It is short, clean yet powerful code! IN fact, that time I think of Galaxy, but only VCS nearly get me killed so what about DC! Then, I create this bot to learn DC :) I understand many parts of DC from Horizon and DrussGT. Thanks, AaronR and Skilgannon!