Closed GZHoffie closed 3 years ago
Idea of shortsighted-GASMA:
hurdleCost
, "The hurdles that you must cross"Benchmark results with simulated data (1000 * L = 100, e = 5 %)
Algorithms | Time | MAE | Correct Rate |
---|---|---|---|
Needleman-Wunsch (without backtrack) | 36.87 | 0 | 1 |
GASMA | 1.935 | 0.172 | 0.91 |
GASMA-Shortsighted | 0.815 | 0.247 | 0.869 |
There may be some errors in my implementation, so it needed to be checked again.
TODO:
Problems with the current implementation:
Way of speeding up finding highways: