You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
I ended up here after reading that reddit comment. rusty-machine appears to be quite advanced already so it is unfortunate it is not very maintained anymore. It also looks like the linear algebra crate this is based on (rulinalg) has not be updated for at least a year, which is also not a good sign.
I would like to suggest the addition of rusty-machine to the rustsim github organization. That way it would benefit from a more steady maintenance level and from various communication channels (discord channel, and user forum based on discourse).
Because of the lack of maintenance on rulinalg, I would suggest switching to nalgebra which likely has all you need (and more) and actually performs better than rulinalg in most situations. You will find some benchmarks of matrix decompositions there.
If you are interested in this change, please let me know ! I will work on the nalgebra migration (or mentor someone that would like to do it).
Nice work with this crate!
The text was updated successfully, but these errors were encountered:
Sorry for the slow response. I don't have much time to put together a detailed response right now but I wanted to reply while I remember!
I would love to see rusty-machine become part of rustsim. If this is something that can be achieved I would be happy to put in a little time to help the transition go smoothly.
And I agree with switching over to nalgebra. I had various reasons for not doing so before (mostly minor and preference-biased) but at this point I am sure that it would make a much more promising backend and would give access to higher dimensionsal storage which is nice!
While I don't have much time I would like to try and offer support where I can to see this happen. I really believe that rusty-machine could be a valuable addition to the rust ecosystem with a little more love!
Hello @AtheMathmo and everyone !
I ended up here after reading that reddit comment.
rusty-machine
appears to be quite advanced already so it is unfortunate it is not very maintained anymore. It also looks like the linear algebra crate this is based on (rulinalg) has not be updated for at least a year, which is also not a good sign.I would like to suggest the addition of
rusty-machine
to the rustsim github organization. That way it would benefit from a more steady maintenance level and from various communication channels (discord channel, and user forum based on discourse).Because of the lack of maintenance on rulinalg, I would suggest switching to nalgebra which likely has all you need (and more) and actually performs better than rulinalg in most situations. You will find some benchmarks of matrix decompositions there.
If you are interested in this change, please let me know ! I will work on the nalgebra migration (or mentor someone that would like to do it).
Nice work with this crate!
The text was updated successfully, but these errors were encountered: