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
I'm currently working on stabilizing the next major release of the algorithm. As soon as I finish that, I will update the documentation and also publish a paper about it going into more depth.
With regard to a Python migration, I don't think, Python is a good choice for implementing this algorithm since it heavily relies on object orientation. Even working in Java has some major shortcomings in that regard. Single inheritance and the buggy implementation of generics in Java really cause some major headaches.
Please implement the code also in the python language.
The text was updated successfully, but these errors were encountered: