Difference between revisions of "User:Starrynte/DCLSHResearch"
Jump to navigation
Jump to search
(0001) |
(18 seasons, more to be added) |
||
Line 6: | Line 6: | ||
* '''0000:''' Distance and Lateral Velocity, no weighting, 32 LSH bins | * '''0000:''' Distance and Lateral Velocity, no weighting, 32 LSH bins | ||
* '''0001:''' Realized I could use arrays instead of a Hashtable, along with a few more codesize shrinks saved 94 bytes (not doing major codesize shrinks yet). Also a few bugfixes | * '''0001:''' Realized I could use arrays instead of a Hashtable, along with a few more codesize shrinks saved 94 bytes (not doing major codesize shrinks yet). Also a few bugfixes | ||
+ | * '''0002:''' Details TBD | ||
+ | ==Challenges== | ||
+ | ===[[Targeting Challenge 2K7|Targeting Challenge 2K7 (Fast Learning)]]=== | ||
+ | {| border="1" cellpadding="3" style="border-collapse: collapse; font-size: 85%; color: black;" | ||
+ | !Name | ||
+ | !Author | ||
+ | !CC | ||
+ | !RMX | ||
+ | !SHA | ||
+ | !WS | ||
+ | !WOE | ||
+ | !Surf | ||
+ | !DM | ||
+ | !FT | ||
+ | !GG | ||
+ | !RMC | ||
+ | !WLO | ||
+ | !No Surf | ||
+ | !Total | ||
+ | !Comment | ||
+ | |- | ||
+ | | DCLSHResearch 0002 || [[User:Starrynte|Starrynte]] || 58.24 || 63.72 || 59.40 || 58.53 || 63.13 || '''60.61''' || 76.07 || 70.23 || 61.64 || 68.08 || 66.91 || '''68.59''' || '''64.60''' || 18.0 seasons | ||
+ | |} |
Revision as of 04:13, 23 September 2009
Experimenting with a new way of doing Dynamic Clustering: Locality Sensitive Hashing, when I have time I'll try to explain it. This will be the basis of the gun for Cannon, so it will have to fit in a micro. When I have time, I'll try to run a Targeting Challenge (from RoboResearch :) ) (I will probably have time tomorrow)
Versions
- 0000: Distance and Lateral Velocity, no weighting, 32 LSH bins
- 0001: Realized I could use arrays instead of a Hashtable, along with a few more codesize shrinks saved 94 bytes (not doing major codesize shrinks yet). Also a few bugfixes
- 0002: Details TBD
Challenges
Targeting Challenge 2K7 (Fast Learning)
Name | Author | CC | RMX | SHA | WS | WOE | Surf | DM | FT | GG | RMC | WLO | No Surf | Total | Comment |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DCLSHResearch 0002 | Starrynte | 58.24 | 63.72 | 59.40 | 58.53 | 63.13 | 60.61 | 76.07 | 70.23 | 61.64 | 68.08 | 66.91 | 68.59 | 64.60 | 18.0 seasons |