aika icon indicating copy to clipboard operation
aika copied to clipboard

Python

Open codelauncher444 opened this issue 2 years ago • 2 comments

Please implement the code also in the python language.

codelauncher444 avatar Sep 04 '23 14:09 codelauncher444

Hello, could you go into more detail about your problem?

DonMiller9294 avatar Sep 12 '23 03:09 DonMiller9294

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.

aika-algorithm avatar Sep 12 '23 04:09 aika-algorithm