taichi-dev / difftaichi

10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)
2.47k stars 260 forks source link

Enable objective_with_grad in smoke_jax.py #43

Closed xumingkuan closed 2 years ago

xumingkuan commented 3 years ago

result = minimize(objective_with_grad, ... will crash if this line is commented out.