Closed jinnaiyuu closed 9 years ago
too big closed list? -> more than enough size for closed list. might cause more cache misses and other problems.
changed node pushing strategy for MSA. before: pushes every time node generated. after: pushes nodes after a single expansion. -> it reduces the number of try_lock.
Test with easier instances: 1 . in pairwise alignment check f = g + h = const. 2 . Check that in 3 sequences 3 . Reread Korf's paper
Weighted A* is working now (but slow...)
Anyway, let's evaluate the spdup of HDA* with this new method.
It was all because of Turbo Boost!
Seems MSA do not scale so well. Not sure why. We need to identify why it does not scale so well.