Pallas

From Robowiki
Revision as of 15:59, 28 February 2009 by Nat (talk | contribs) (change a whole structure of page)
Jump to navigation Jump to search
Pallas
Pallas.jpg
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:

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!