NightWinkle

Results 3 issues of NightWinkle

**Describe the bug** When using nd-indexing (with `ti.ndrange`), all indices are not computed. For instance, `ti.ndrange(M, M)` with M = 100000 returns i indices between 1 and 14100 only. **To...

I'm trying to solve a non-linear backward partial differential equation using MethodOfLines.jl. The code I am using is the following : ``` using Logging: global_logger using TerminalLoggers: TerminalLogger global_logger(TerminalLogger()) using...

Hi, I'm not sure if this is the desired behavior, but BFGS directly stops if `f(y0) == 0`. As an example : ```python from optimistix import minimise, BFGS, rms_norm import...

bug