Centaur

From Robowiki
Revision as of 03:39, 18 August 2017 by MultiplyByZer0 (talk | contribs) (Mass-edit Robocode Repository URLs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Centaur
Author(s) g0ld3nf0x
Extends AdvancedRobot
Targeting Dynamic Clustering-GuessFactor Targeting
Movement Dynamic Clustering-Wave Surfing
Current Version 0.6.6
Download

Background Information

Bot Name
Centaur
Author
g0ld3nf0x
Extends
AdvancedRobot
What's so special about it?
Nothing as far as I know.
How competitive is it?
Not really. It's around #120 in General Rumble.
Where can I get it?
The link is in the box.

Strategy

How does it move?
GoTo Wave Surfing based on DynamicClustering. It's not really wavesurfing. It's more like Minimum Risk Movement, which uses also data gained by waves.
How does it fire?
Virtual Guns which includes DynamicClustering based GuessFactor Targeting gun.
How does it dodge bullets?
Wave Surfing.
How does the melee strategy differ from One-on-one strategy?
It uses Minimum Risk Movement. But I think the melee-mode isn't very good.
What does it save between rounds and matches?
All the DynamicClustering data.

Additional Information

Can I use your code?
In the moment the code isn't OpenSource.
What's next for your robot?
A lot of things.
Does it have any White Whales?
Not yet.
What other robot(s) is it based on?
None, but it uses Rednaxela's KdTree, Robocode code for the PrecisePredictor and code from this forum for Linear Targeting and the Radar.