Johanna Haffner

Results 22 issues of Johanna Haffner

Hi again! I have yet another question, this time to do with sharding. Essentially, I'm trying to shard to improve performance, but I would like the output to be the...

question

Hi Patrick, I noticed that steady state events occur much earlier if a state with a large value is constant. This behavior occurs irrespective of the `optx.norm` specified, even though...

Alright, this is a very minor issue and there is no time pressure at all. I don't get how dfx.RESULTS[result] works, and so far I work around it by accessing...

I'm using Nelder-Mead to fit a variance model to residuals. On real data, the solve diverges frequently. I followed the advice in #45 and implemented bounds in the `options` passed...

### Description Singular matrix with linearly dependent columns have infinitely many LU factorisations. However, the lax implementation of LU factorisation will return a factorisation regardless. This will then fail to...

bug

I'm getting a confusing error when trying to create a `JacobianLinearOperator`. - `lx.JacobianLinearOperator(f, x0)` causes `TypeError: f() takes 1 positional argument but 2 were given`, - `lx.JacobianLinearOperator(f)` causes `TypeError: JacobianLinearOperator.__init__()...

question

When using `AutoLinearOperator` with `well_posed=True` and no tags specifying some structure, the LU solver is used. LU wraps the `jax.scipy` implementation and raises an error if the output has `NaN`...

I am experiencing an issue while using IguanaTex on macOS. Specifically, I'm encountering `runtime error '5' (Invalid procedure call or argument)` when trying to generate even simple LaTeX content through...

Hi Patrick, I'm interested in implementing matrix equilibration routines to improve the optimistix version of [OSQP](https://arxiv.org/pdf/1711.08013), in which they use a Ruiz equilibration (rows are scaled to be equal in...

feature

This PR is a proposal for what integration of benchmarks could look like. I suggest: - keeping a separate benchmark tests - running these with the usual familiar testing machinery...