Difference between revisions of "Domogled/Version History"
< Domogled
Jump to navigation
Jump to search
m |
(add v1.1) |
||
Line 1: | Line 1: | ||
== Version history of Domogled == | == Version history of Domogled == | ||
− | * '''1.0''' - | + | * '''1.1''' - 30.03.2019 |
+ | ** '''[http://literumble.appspot.com/BotDetails?game=roborumble&name=cb.Domogled%201.1 RoboRumble] - APS: ? (#?)''' | ||
+ | ** refactor and clean code, add targeting evaluation, add some test data, set initial guess factor to 0, aim according to angle for next time step, disable writing data | ||
+ | * '''1.0''' - 23.03.2019 | ||
** '''[http://literumble.appspot.com/BotDetails?game=roborumble&name=cb.Domogled%201.0 RoboRumble] - APS: 84.75 (#25)''' | ** '''[http://literumble.appspot.com/BotDetails?game=roborumble&name=cb.Domogled%201.0 RoboRumble] - APS: 84.75 (#25)''' | ||
** Based to a large extent on code snippets from [[Firestarter]]. | ** Based to a large extent on code snippets from [[Firestarter]]. | ||
** This version performs surprisingly well with merely 4 features for targeting and movement: lateral velocity, advancing velocity, distance and bullet power. | ** This version performs surprisingly well with merely 4 features for targeting and movement: lateral velocity, advancing velocity, distance and bullet power. |
Revision as of 21:33, 30 March 2019
Version history of Domogled
- 1.1 - 30.03.2019
- RoboRumble - APS: ? (#?)
- refactor and clean code, add targeting evaluation, add some test data, set initial guess factor to 0, aim according to angle for next time step, disable writing data
- 1.0 - 23.03.2019
- RoboRumble - APS: 84.75 (#25)
- Based to a large extent on code snippets from Firestarter.
- This version performs surprisingly well with merely 4 features for targeting and movement: lateral velocity, advancing velocity, distance and bullet power.