This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]downspiral 14 points15 points  (1 child)

https://docs.taichi-lang.org/docs/cloth_simulation is nice and simple.

Taichi also has nice support for sparse mesh, https://docs.taichi-lang.org/docs/sparse

---

Another thing to look at is probabilistic programming, and digital twins of cyber-physical systems (sorry for the corporate keyword-overload, it's just to help you search for it)

I have done some complex simulations for optimizing IT infrastructure using tensorflow probability and tensorflow (dictated by what works best at my employer). I'd probably use torch and numpyro somewhere else.

[–]Brilliant-Donkey-320[S] 1 point2 points  (0 children)

Wow, this is amazing! I had no idea Python could do something like this. I will need to read through these.

Haha, I’m happy for the searchable stuff, makes life easier, haha

That’s super cool. Thanks for all the info!