[mlpack-git] [mlpack/mlpack] Spill trees (#747)

Ryan Curtin notifications at github.com
Wed Aug 10 15:58:35 EDT 2016


Yes, I see now how defeatist search and hybrid search are different.  I spent a while thinking about how to do hybrid search with other types of trees, and it doesn't really make sense---hybrid search is specific to spill trees only.

I agree that a pure `DefeatistTreeTraverser` would be a nice thing to add.  The literature I have seen---including the extended version of the spill tree paper (which I think is a draft)---does not really comprehensively survey whether or not simple defeatist search can produce reasonable results.  Since defeatist search can be implemented much more efficiently (there is no need for queues or scoring every node), it's possible that with spill trees, you can simply increase the overlap factor tau, and still get fast results.  I can also see how hybrid search can improve results significantly, but I am not sure how much the overhead will affect things.  What do you think?  If you're willing to take the time to implement the `DefeatistTreeTraverser` and some method like `GetNearestChild()`, we can do some testing to see which is the best approach.  (Probably that should be in a different PR, if you decide to go that route.)

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/747#issuecomment-238985341
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160810/c6229a35/attachment-0001.html>


More information about the mlpack-git mailing list