You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the optimization problems solved in JaxCurveGenerationSolver are solved sequentially.
One might implement a vectorized version of this using jax.vmap resulting in a speedup and leveraging the whole computation to the XLA-compiled code.
Currently, the optimization problems solved in
JaxCurveGenerationSolverare solved sequentially.One might implement a vectorized version of this using jax.vmap resulting in a speedup and leveraging the whole computation to the XLA-compiled code.