shogun-toolbox / shogun

Shōgun
http://shogun-toolbox.org
BSD 3-Clause "New" or "Revised" License
3.03k stars 1.04k forks source link

Evaluate new code for inclusion for HMM solving #5173

Closed anadon closed 2 years ago

anadon commented 3 years ago

Posted in IRC, but that room looks pretty dead.

I have a chunk of code good for computing Hidden Markov Models which may or may not be useful to Shogun. If someone could take a look and tell me if it would be a good candidate for an addition, it would be much appreciated. It is header-only, has its requirements and environment fully defined in guix, aims to be as constexpr as possible, builds with meson, and is intended to both serve as a usable and educational implementation. It does not handle training and doesn't try to handle higher order HMMs since those can technically be encoded into the base case, which if encoded that way allows for fewer pointer dereferences and should be faster. I'm still looking for feedback and ideas for improvement.

https://gitlab.com/anadon/chmm/-/blob/master/include/hmm.hpp

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue is now being closed due to a lack of activity. Feel free to reopen it.