Difference between revisions of "User:Starrynte/DCLSHResearch"
Jump to navigation
Jump to search
(new project) |
(0001) |
||
Line 5: | Line 5: | ||
==Versions== | ==Versions== | ||
* '''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 |
Revision as of 03:36, 22 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