TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

TORAX is a differentiable tokamak core transport simulator

105 点作者 yeldarb大约 1 年前

6 条评论

heisenzombie大约 1 年前
I recently started using JAX for some ion-optics work in accelerator physics. I have found it very very good. The autodiff stuff is magical for doing optimisation work, but even just as a compiled-numpy, I have found it very easy to get highly performant code. For reference, I previously tried roughly the same thing in “numba”, and wasn’t able to get anywhere near the same performance as JAX, even running on the CPU, which I understand is JAX’s weakest backend. By and large I have just written basically idiomatic Python/numpy code — sprinkled a few “vmap”s and “scan”s around, and got great results. I’m very pleased with JAX.
评论 #40253861 未加载
aqme28大约 1 年前
Very interesting that it's coming from Google. I did my masters in tokamak simulation, so my first question is about performance. Python is very rarely used in this space just for performance reasons. Even though Python can call out to BLAS or whatever, it's still usually worth it to code in Fortran or C or maybe Julia.
评论 #40252358 未加载
评论 #40257258 未加载
评论 #40252206 未加载
评论 #40252084 未加载
yeldarb大约 1 年前
Found this really cool; I didn’t even know Deepmind was working on Fusion research <a href="https:&#x2F;&#x2F;www.wired.com&#x2F;story&#x2F;deepmind-ai-nuclear-fusion&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.wired.com&#x2F;story&#x2F;deepmind-ai-nuclear-fusion&#x2F;</a>
评论 #40252191 未加载
评论 #40261130 未加载
TaylorAlexander大约 1 年前
I just noticed this podcast episode on Deep RL for fusion reactors was recently published, if anyone likes this stuff. I have not listened yet, but this podcast in general is great.<p><a href="https:&#x2F;&#x2F;twimlai.com&#x2F;podcast&#x2F;twimlai&#x2F;controlling-fusion-reactor-instability-with-deep-reinforcement-learning&#x2F;" rel="nofollow">https:&#x2F;&#x2F;twimlai.com&#x2F;podcast&#x2F;twimlai&#x2F;controlling-fusion-react...</a>
exabrial大约 1 年前
I&#x27;ll be honest, I don&#x27;t think I understood a word of that.
parentheses大约 1 年前
Cool project. I would love to explore simulation projects like this but often don&#x27;t know where to begin. It&#x27;s partly because the domains are so foreign to me.