Difference between revisions of "ConceptA"

From Robowiki
Jump to navigation Jump to search
(Bot name reservation:))
 
(Update for first version)
Line 1: Line 1:
 
{{Infobox Robot
 
{{Infobox Robot
 +
| bgcolour        = #97BBC8
 
| name            = ConceptA
 
| name            = ConceptA
 
| altimage        =  
 
| altimage        =  
Line 6: Line 7:
 
| targeting      = [[Dynamic_Clustering|kNN]]-[[Guess_Factor|GF]]
 
| targeting      = [[Dynamic_Clustering|kNN]]-[[Guess_Factor|GF]]
 
| movement        = [[Dynamic_Clustering|kNN]]-[[True_Surfing|True Wave Surfing]]
 
| movement        = [[Dynamic_Clustering|kNN]]-[[True_Surfing|True Wave Surfing]]
| released        = no
+
| released        = June 18th, 2012
 
| best_rating    = no
 
| best_rating    = no
 
| rating          = no
 
| rating          = no
| current_version = no
+
| current_version = 0.1
 
| license        = [http://creativecommons.org/licenses/by-nd/3.0/deed.en CC BY-ND 3.0]
 
| license        = [http://creativecommons.org/licenses/by-nd/3.0/deed.en CC BY-ND 3.0]
| download_link  = no
+
| download_link  = https://www.sugarsync.com/pf/D6257994_66542568_707530?directDownload=true
 
| isOneOnOne      = true
 
| isOneOnOne      = true
 
| isMelee        = false
 
| isMelee        = false
 
| isOpenSource    = true
 
| isOpenSource    = true
 
}}
 
}}
 +
 +
==== Most Recent Updates ====
 +
Check out the [[/Version History]]
  
 
==== What's special about it? ====
 
==== What's special about it? ====
Line 24: Line 28:
  
 
==== How competitive is it? ====
 
==== How competitive is it? ====
Do not know
+
Not competitive now
  
 
==== How does it [[:Category:Movement|move]]? ====
 
==== How does it [[:Category:Movement|move]]? ====
Do not know
+
Currently it's something on the way between simple orbital random movement and multiply wave true surfing with flattener, bullet shadows, gun heat weaves and antirammer
  
 
==== How does it [[:Category:Targeting|fire]]? ====
 
==== How does it [[:Category:Targeting|fire]]? ====
Do not know
+
Currently it's something on the way between head on gun and VGA of kNN-GF based main and anti-surfer guns
  
 
====  What does it save between rounds and matches? ====
 
====  What does it save between rounds and matches? ====
Between rounds it saves targeting and movement logs and other stuff, between matches nothing
+
Currently it's something on the way between nothing and between rounds it saves targeting and movement logs and other stuff, between matches nothing
  
 
==== Where did you get the name? ====
 
==== Where did you get the name? ====
Line 42: Line 46:
  
 
==== What's next for your robot? ====
 
==== What's next for your robot? ====
* Take a code:)
+
* Take a much more code:)
  
 
==== Does it have any [[WhiteWhale]]s? ====
 
==== Does it have any [[WhiteWhale]]s? ====
Line 48: Line 52:
  
 
==== What other robot(s) is it based on? ====
 
==== What other robot(s) is it based on? ====
[[User:Rednaxela/FastTrig]] class and [[User:Rednaxela/kD-Tree]] class
+
Some algorithms from [[Tomcat]], [[User:Rednaxela/FastTrig]] class and [[User:Rednaxela/kD-Tree]] class
  
 
[[Category:Bots|ConceptA]]
 
[[Category:Bots|ConceptA]]
 
[[Category:1-vs-1 Bots|ConceptA]]
 
[[Category:1-vs-1 Bots|ConceptA]]
 
[[Category:MegaBots|ConceptA]]
 
[[Category:MegaBots|ConceptA]]

Revision as of 12:14, 18 June 2012

ConceptA
Author(s) User:Jdev
Extends AdvancedRobot
Targeting kNN-GF
Movement kNN-True Wave Surfing
Released June 18th, 2012
Best Rating no
Current Rating no
Current Version 0.1
Code License CC BY-ND 3.0
Download

Most Recent Updates

Check out the /Version History

What's special about it?

There is nothing special about it. I just decide to write a new bot from scratch using well known best technics. I plan to implement:

  • VGA of main and anti-surfer kNN-GF guns
  • Two wave True surfing with kNN-GF and flattener
  • Bullet Shadows

How competitive is it?

Not competitive now

How does it move?

Currently it's something on the way between simple orbital random movement and multiply wave true surfing with flattener, bullet shadows, gun heat weaves and antirammer

How does it fire?

Currently it's something on the way between head on gun and VGA of kNN-GF based main and anti-surfer guns

What does it save between rounds and matches?

Currently it's something on the way between nothing and between rounds it saves targeting and movement logs and other stuff, between matches nothing

Where did you get the name?

I hope, that it will be new clear, flexible and scalable platform for future research

Can I use your code?

You can use any code published on this wiki, but not published code, avaliable from ConceptA's jars, you can only read. See CC BY-ND 3.0 for license of not published code.

What's next for your robot?

  • Take a much more code:)

Does it have any WhiteWhales?

Do not know

What other robot(s) is it based on?

Some algorithms from Tomcat, User:Rednaxela/FastTrig class and User:Rednaxela/kD-Tree class