Python MIToolbox
Hey,
just for you to know: I wrote something similar to the MIToolbox for Python. If you are interested, please have a look at https://github.com/tud-zih-energy/pymit.
Best,
Andreas
Cool. How was the speed vs the implementation in MIToolbox?
We're (slowly) working on a python API for FEAST, it's currently in the development branch.
I think the MIToolbox is currently faster, as I only rely on numpy internal functions. But, I do not have some real numbers.
However, a lot of the code seems to be easily parallelisable. I am therefore thinking about rewriting some code in C to utilise the capabilities of current processors.
Thanks to the hint for the python API of FEAST. I'll have a look.