Mathieu Blondel
Mathieu Blondel
Hi Sophie. Sorry for the late reply. At the moment, we don't have immediate plans to add such a method so it's best that you roll out your own utility...
This looks very tricky. Naive question but is the fixed point well-defined when using dropout? Isn't randomness problematic?
> We could also change the signature of the Bisection method to let lower and upper be taken as parameters I don't think we can. `lower` and `upper` are arguments...
If you agree with me, we can relabel this issue as documentation. Adding a short paragraph on this would be helpful.
CC @froystig
what do you propose more concretely?
Thanks a lot! Can you merge with main?
This comes from the fact that `ScipyMinimize` and `ScipyRootFinding` are not written in pure JAX. We need to wrap the call to `scipy.optimize.minimize` with a `jax.lax.pure_callback` (see #372) as was...
@Justin-Tan The modifications are on our side. We need to wrap the call to `scipy.optimize.minimize` or `scipy.optimize.root` with a `pure_callback`.
Sounds reasonable to me. @jakevdp Any disadvantage?