Difference between revisions of "ConceptA"
(Update for first version) |
(Small fixes and update link/version) |
||
Line 2: | Line 2: | ||
| bgcolour = #97BBC8 | | bgcolour = #97BBC8 | ||
| name = ConceptA | | name = ConceptA | ||
− | + | | author = [[Jdev]] | |
− | | author = [[ | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
| 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 = June 18th, 2012 | | released = June 18th, 2012 | ||
− | + | | current_version = 0.8 | |
− | |||
− | | current_version = 0. | ||
| 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 = | + | | download_link = http://robocode-archive.strangeautomata.com/robots/lxx.ConceptA_0.8.jar |
| isOneOnOne = true | | isOneOnOne = true | ||
− | | isMelee = | + | | isMelee = true |
+ | | isTeam = true | ||
| isOpenSource = true | | isOpenSource = true | ||
}} | }} | ||
Line 22: | Line 20: | ||
==== What's special about it? ==== | ==== What's special about it? ==== | ||
− | There is nothing special about it. I just | + | There is nothing special about it. I just decided to write a new bot from scratch using well-known best techniques. I plan to implement: |
− | * [[ | + | * [[Virtual Gun|VGA]] of main and [[Anti-Surfer Targeting|anti-surfer]] [[kNN]]-[[GF]] guns. |
− | * Two wave True surfing with kNN-GF and flattener | + | * Two-wave [[True Surfing|true surfing]] with kNN-GF and [[flattener]]. |
* [[Bullet Shadows]] | * [[Bullet Shadows]] | ||
==== How competitive is it? ==== | ==== How competitive is it? ==== | ||
− | Not competitive now | + | Not competitive right now. |
==== How does it [[:Category:Movement|move]]? ==== | ==== How does it [[:Category:Movement|move]]? ==== | ||
− | Currently it's something on the way between simple orbital | + | Currently it's something on the way between simple orbital [[Random Movement]], and multiple wave true surfing with flattener, bullet shadows, [[Gun Heat Waves|gun heat waves]] and anti-ramming. |
==== How does it [[:Category:Targeting|fire]]? ==== | ==== How does it [[:Category:Targeting|fire]]? ==== | ||
− | Currently it's something on the way between head on gun and VGA of kNN-GF based main and anti-surfer guns | + | Currently it's something on the way between [[Head-On Targeting|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? ==== | ||
− | Currently it's something on the way between nothing and 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? ==== | ||
− | I hope | + | I hope that it will be new clear, flexible, and scalable platform for future research. |
==== Can I use your code? ==== | ==== Can I use your code? ==== | ||
Line 46: | Line 44: | ||
==== What's next for your robot? ==== | ==== What's next for your robot? ==== | ||
− | * Take a much more code:) | + | * Take a much more code :) |
==== Does it have any [[WhiteWhale]]s? ==== | ==== Does it have any [[WhiteWhale]]s? ==== | ||
− | Do not know | + | Do not know. |
==== What other robot(s) is it based on? ==== | ==== What other robot(s) is it based on? ==== | ||
− | Some algorithms from [[Tomcat]], [[User:Rednaxela/FastTrig]] class and [[User:Rednaxela/kD-Tree]] class | + | Some algorithms from [[Tomcat]], [[User:Rednaxela/FastTrig]] class and [[User:Rednaxela/kD-Tree]] class. |
− | + | __NOTOC__ __NOEDITSECTION__ | |
− | |||
− | |||
[[Category:MegaBots|ConceptA]] | [[Category:MegaBots|ConceptA]] |
Latest revision as of 02:48, 16 October 2017
ConceptA | |
Author(s) | Jdev |
Extends | AdvancedRobot |
Targeting | kNN-GF |
Movement | kNN-True Wave Surfing |
Released | June 18th, 2012 |
Current Version | 0.8 |
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 decided to write a new bot from scratch using well-known best techniques. 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 right now.
How does it move?
Currently it's something on the way between simple orbital Random Movement, and multiple wave true surfing with flattener, bullet shadows, gun heat waves and anti-ramming.
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.