Difference between revisions of "Rechner/Version History"

From Robowiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
*'''11.10.2017''' Rechner 1.06 Rank: x
 +
* Surprisingly, rewrote the movement again.
 +
* Fixed a bug with wall mea calculation in movement.
 +
* Added a flattener.
 +
* Tuned the main gun.
 +
* Main gun cluster size: 350.
 +
* Added a "real" anti-surfer gun.
 +
 
*'''7.10.2017''' Rechner 1.05 Rank: 46
 
*'''7.10.2017''' Rechner 1.05 Rank: 46
 
* When lateral direction is 0, use the last lateral direction instead of 1.
 
* When lateral direction is 0, use the last lateral direction instead of 1.

Revision as of 19:22, 11 October 2017

  • 11.10.2017 Rechner 1.06 Rank: x
  • Surprisingly, rewrote the movement again.
  • Fixed a bug with wall mea calculation in movement.
  • Added a flattener.
  • Tuned the main gun.
  • Main gun cluster size: 350.
  • Added a "real" anti-surfer gun.
  • 7.10.2017 Rechner 1.05 Rank: 46
  • When lateral direction is 0, use the last lateral direction instead of 1.
  • Rewrote the movement to have a good score against simple and medium level guns.
  • Fixed another bug which made the calculation slower.
  • Fixed a bug with abstract class. This caused my bot to not to use thresholds properly.
  • Using 1 / distanceSq instead of 1 / distance. 1 / distanceSq is faster and gives better results.
  • 6.10.2017 Rechner 1.03 Rank: 53
  • Removed the Anti-Surfer Gun. I will make it work in the next update.
  • Found a bug with Lateral Velocity calculation which didn't effect any of the score.
  • Fixed the bug in closest wave calculation.
  • Removed lateral acceleration Attribute from gun.
  • Rewrote the movement to have a good score against every type of gun.
  • Changed the MEA calculation to my own fixed User:Dsekercioglu/MEA.
  • 23.09.2017 Rechner 1.02 Rank:49
  • Found a bug with wall hit protection.
  • Added lateral acceleration Attribute to gun.
  • Added a simple formula to the movement.
  • Changed the MEA calculation to my own User:Dsekercioglu/MEA.
  • 16.09.2017 Rechner 1.01 Rank:51
  • First release
  • Added wall hit protection.
  • Added bot hit protection.
  • Fixed a bug that stopped the removal of the waves between rounds.