Nathan Simpson

Results 17 issues of Nathan Simpson

Hi fax team! We're still making use of the `two_phase` method to implicitly differentiate through a maximum likelihood fit. In this context, I recently tried to add an additional root-finding...

Hi! I'm a big fan of the boilerplate code used to wrap `xarray` into a JAX-compatible entity -- I think this could have wider usage were it more well-known, especially...

Hi Patrick! I'm currently converting a Haiku codebase to use equinox, and there's a _lot_ of boilerplate that tries to construct MLPs before knowing the full size of the input...

question

# Description One of the main reasons minuit is the default optimizer is that it packages up fit results with uncertainties. We can do that for any fitting procedure using...

feat/enhancement

### Outline As I understand, `cabinetry` has within its scope to enable and drive an analysis that is fully differentiable. In order for this to work in practice, one should...

enhancement

Hi! I'm running [this scene (`SurfaceExample`)](https://github.com/ManimCommunity/manim/blob/04bfa221075166a00eaa11fc9e9f0757f56625d2/example_scenes/opengl.py#L447) in the OpenGL examples, and I'm unable to create the `OpenGLTexturedSurface` because the `Sphere` object is not of type `OpenGLSurface` and has no `uv_func`...