Difference between revisions of "ManuelGallegus/Version History"
Jump to navigation
Jump to search
(ManuelGallegus version history) |
(ManuelGallegus Version History) |
||
Line 1: | Line 1: | ||
+ | = ManuelGallegus 0.5 = | ||
+ | [http://www.freewebs.com/robocode/bots/Tests/jab.avk.ManuelGallegus_0.5.jar Download] | ||
+ | |||
+ | '''Released:''' 5 July 2008 | ||
+ | |||
+ | == What's new == | ||
+ | * Save targeting and movement brain when we don't win the 70% of the battles. | ||
+ | * Include pre-saved data. | ||
+ | |||
+ | ''Targeting'' | ||
+ | * Remove the maximum limit for the visits (255) because we only save to file the most visited. | ||
+ | * For each wave add two visits if the offset is repeated. | ||
+ | * For each wave add one extra visit to the most visited offset, and if each offset is visited once add the extra visit in the middle of the segment. | ||
+ | |||
+ | = ManuelGallegus 0.4 = | ||
+ | [http://www.freewebs.com/robocode/bots/Tests/jab.avk.ManuelGallegus_0.4.jar Download] | ||
+ | |||
+ | '''Released:''' 25 June 2008 | ||
+ | |||
+ | '''Ratings Date:''' 5 July 2008 | ||
+ | |||
+ | {| border="1" cellspacing="0" cellpadding="3" | ||
+ | ! Position | ||
+ | ! Points | ||
+ | ! Battles | ||
+ | |- | ||
+ | | 111 | ||
+ | | 1814.41 | ||
+ | | 2082 | ||
+ | |} | ||
+ | |||
+ | == What's new == | ||
+ | * Save targeting and movement brain when we don't win the 60% of the battles. | ||
+ | |||
+ | ''Movement'' | ||
+ | * Add enemy bullet power segment. | ||
+ | * Save and restore a small brain with the offset of the maximum risk. | ||
+ | |||
+ | ''Targeting'' | ||
+ | * Use byte instead of int to reduce the size of the brain. | ||
+ | |||
+ | |||
= ManuelGallegus 0.3 = | = ManuelGallegus 0.3 = | ||
[http://www.freewebs.com/robocode/bots/Tests/jab.avk.ManuelGallegus_0.3.jar Download] | [http://www.freewebs.com/robocode/bots/Tests/jab.avk.ManuelGallegus_0.3.jar Download] | ||
'''Released:''' 22 June 2008 | '''Released:''' 22 June 2008 | ||
+ | |||
+ | '''Ratings Date:''' 25 June 2008 | ||
+ | |||
+ | {| border="1" cellspacing="0" cellpadding="3" | ||
+ | ! Position | ||
+ | ! Points | ||
+ | ! Battles | ||
+ | |- | ||
+ | | 107 | ||
+ | | 1815.23 | ||
+ | | 2015 | ||
+ | |} | ||
== What's new == | == What's new == |
Revision as of 21:33, 6 July 2008
Contents
ManuelGallegus 0.5
Released: 5 July 2008
What's new
- Save targeting and movement brain when we don't win the 70% of the battles.
- Include pre-saved data.
Targeting
- Remove the maximum limit for the visits (255) because we only save to file the most visited.
- For each wave add two visits if the offset is repeated.
- For each wave add one extra visit to the most visited offset, and if each offset is visited once add the extra visit in the middle of the segment.
ManuelGallegus 0.4
Released: 25 June 2008
Ratings Date: 5 July 2008
Position | Points | Battles |
---|---|---|
111 | 1814.41 | 2082 |
What's new
- Save targeting and movement brain when we don't win the 60% of the battles.
Movement
- Add enemy bullet power segment.
- Save and restore a small brain with the offset of the maximum risk.
Targeting
- Use byte instead of int to reduce the size of the brain.
ManuelGallegus 0.3
Released: 22 June 2008
Ratings Date: 25 June 2008
Position | Points | Battles |
---|---|---|
107 | 1815.23 | 2015 |
What's new
Movement
- Take into account BulletHitBullet event and create a nonexistent enemy bullet that could hit us.
Targeting
- Delete data from old versions of the enemy.
- Save and restore a small brain with only the maximum offset for each segment.
- Save brain if the data already exists or if we lose more than the 45 percent of the battles.
- If there is no visits in the segment use LinearTargeting instead of Head-On.
ManuelGallegus 0.2
Released: 17 June 2008
Ratings Date: 22 June 2008
Position | Points | Battles |
---|---|---|
136 | 1780.78 | 2029 |
What's new
Specials
- RamBot flag
Movement
- Distance segmentation improvement. Not only add risk in the current distance, also add something at the previous and next segment.
- AntiRamming movement based on an adaptation of AntiGravity movement.
Targeting
- Save brain only if we lose more than the 60 percent of the battles.
Comments
Results against the main RamBots out there.
BotName | V0.1 %Score | V0.2 %Score |
---|---|---|
jab.micro.Sanguijuela_0.8 | 51,3 | 59,4 |
gh.micro.GrubbmThree_0.9 | 51 | 57,7 |
mz.NanoDeath_2.56 | 49,3 | 59,9 |
demetrix.nano.SledgeHammer_0.22 | 52,6 | 60,5 |
ManuelGallegus 0.1
Released: 13 June 2008
Ratings Date: 17 June 2008
Position | Points | Battles |
---|---|---|
147 | 1765.17 | 2079 |
What's new
Movement
- BasicSurfer with distance segmentation.
Targeting
- GuessFactor targeting with distance, lateral velocity and distance from the walls segmentation.
- Always save the brain.