https://kotlinlang.org logo
Title
t

thomasnield

05/26/2019, 1:29 AM
Been messing around with kmath. Really cool, I like where this is going.
🤗 1
a

altavir

05/26/2019, 6:47 AM
The API for Markov chains is rewritten with `Flow`: https://github.com/mipt-npm/kmath/blob/dev/kmath-coroutines/src/commonMain/kotlin/scientifik/kmath/chains/Chain.kt It has additional functionality to fork chain and for parallel processing. Your feedback is really appreciated. I am returning to the project when I have time. I hope there will be more in summer. My current goal is probability distribution and kotlin-statistics integration.
t

thomasnield

05/26/2019, 1:05 PM
Oh interesting. I'll have to play with this.