Difference between revisions of "EpeeistDC"

From Robowiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
[[/Code]]
 
{{Infobox Robot
 
{{Infobox Robot
 
| name            = EpeeistDC
 
| name            = EpeeistDC
Line 19: Line 20:
  
 
=== How does it fire? ===
 
=== How does it fire? ===
Simple [[Dynamic Clustering]] with four dimensions, which are compressed into a single number for code size. It pioneered using [[waves]] based on [[Angular Velocity]] for lower [[code size]].
+
Simple [[Dynamic Clustering]] with four dimensions, which are compressed into a single number for code size. It pioneered using [[waves]] based on [[Angular Velocity]] for lower [[code size]]. In 3.0, each wave is visited once per tick in the same loop, to calculate angle scores and update active waves.
  
 
[[Category:MicroBots]]
 
[[Category:MicroBots]]

Latest revision as of 22:22, 17 March 2026

/Code

EpeeistDC
Author(s) Sheldor(2)
Extends AdvancedRobot
Targeting Dynamic Clustering
Movement Multi-Mode (Stop And Go and Random Movement)
Current Version 3.0
Code License RWPCL

Previously named FoilistMicro.

Strategy

How does it move?

Stop And Go and Random Movement with Wall Smoothing, like many other MicroBots.

How does it fire?

Simple Dynamic Clustering with four dimensions, which are compressed into a single number for code size. It pioneered using waves based on Angular Velocity for lower code size. In 3.0, each wave is visited once per tick in the same loop, to calculate angle scores and update active waves.