Difference between revisions of "ScalarBot"

From Robowiki
Jump to navigation Jump to search
m (fix)
m (rewrite background information)
Line 6: Line 6:
 
}}
 
}}
  
{{Infobox Robot
+
== Background Information ==
| author          = [[User:Xor|Xor]]
+
;
| implements      = Interface
+
 
| targeting      = [[kNN]] [[GuessFactor]]
+
 
| movement        = [[Wave Surfing/True Surfing|True Surfing]]
+
: The skillful fighter puts himself
| current_version = 0.012k1
+
: into a position which makes defeat impossible,
| released        = 2017
+
: and does not miss the moment
| isOpenSource    = no
+
: for defeating the enemy.
| isMelee        = no
+
 
| isOneOnOne      = yes
+
: — Sun Tzu, ''The Art Of War'', ch 4
}}
 
  
== Background Information ==
 
; What's special about it?
 
: ''The strongest guns have trouble with it's movement, but a [[GuessFactor Targeting|weak gun]] can hit it just as well. ''
 
  
; How competitive is it?
 
: ''Current version ranks 9th in APS, 8th in PL. 0.012j8 ranks 5th in PL. ''
 
  
 
== Strategy ==
 
== Strategy ==

Revision as of 07:48, 14 September 2017

ScalarBot Sub-pages:
Version History - Understanding ScalarBot

Background Information


The skillful fighter puts himself
into a position which makes defeat impossible,
and does not miss the moment
for defeating the enemy.
— Sun Tzu, The Art Of War, ch 4


Strategy

How does it move?
kNN Wave Surfing
How does it fire?
kNN GuessFactor "Pattern Matching"
What does it save between rounds and matches?
Everything between rounds, nothing between matches

Additional Information

Where did you get the name?
Scalar replacement, when I'm reading Escape analysis
Can I use your code?
Not yet.
What's next for your robot?
  1. Rewrite the framework
  2. Write a new gun
Does it have any White Whales?
Some weak bots ;)
What other robot(s) is it based on?
It's gun is almost the same as SimpleBot. And it's movement trees are based on SimpleBot.