gbruno16
gbruno16
I think latex support would be really appreciated by students and scientists. Actually there isn't anything like this in the Play Store. Maybe it could be implemented using Mathjax or...
In this fork I'm trying to implement the Gauss-Newton and the Levenberg-Marquardt methods for the Optax library. The primary objective is to provide a flexible Gauss-Newton transformation that offers options...
I propose to replace the JAX NumPy operations in `LevembergMarquardt` with the corresponding ones in `tree_utils` to address issues #505 and #579. Now, the snippet in issue #505 appears to...
# Pull Request ## Description This PR implements the sampler for GenCast. It is similar to the one described in Karras et al. (2022), with Heun replaced by the second-order...