Useful Algorithms That Are Not Optimized By Jax, PyTorch, or Tensorflow

262 · Christopher Rackauckas · July 21, 2021, 11:41 a.m.
In some previous blog posts we described in details how one can generalize automatic differentiation to give automatically stability enhancements and all sorts of other niceties by incorporating graph transformations into code generation. However, one of the things which we didn't go into too much is the limitation of these types of algorithms. This limitation is what we have termed "quasi-static" which is the property that an algorithm can be reinterpreted as some static algorithm. It turns out...