Difference between revisions of "User:Lancel"

From Robowiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
== My bots ==
 
== My bots ==
* [[Lynx]] - The first one. It's a duelist that uses [[Dynamic Clustering|Dynamic Clustering]] for aiming and [[Wave Surfing|Wave Surfing]] for dodging. At the moment there is not much special about it. Much of its code and ideas is based on well-known techniques.
+
* [[Lynx]] - The first one. It's a duelist that uses [[Dynamic Clustering|Dynamic Clustering]] (K-nearest neighbor) for aiming and [[Wave Surfing|Wave Surfing]] for dodging. At the moment there is not much special about it. Much of its code and ideas is based on well-known techniques.
  
 
[[Category:Bot Authors|Lancel]]
 
[[Category:Bot Authors|Lancel]]

Revision as of 07:40, 27 October 2017

Background

I'm a software developer from Finland. I like the idea of Robocode where users create bots and let them fight against each other. So I want to try it out. I guess at first I am not going to develop much own ideas. Rather I want to look around and use and mix good techniques that already exist. After that I'll find out if I can do something better.

My bots

  • Lynx - The first one. It's a duelist that uses Dynamic Clustering (K-nearest neighbor) for aiming and Wave Surfing for dodging. At the moment there is not much special about it. Much of its code and ideas is based on well-known techniques.