Nikitas Rontsis

Results 44 comments of Nikitas Rontsis

Hey, here are some thoughts after working a bit with the code: I don't see a benefit of using a context manager for optimising a batch. It would require additional...

Okay, that sounds like a solid plan, and I definitely understand you wanting to keep the framework clean. So, if I understand you correctly: - Sequential case: implements a context...

Has there been any progress with this? I would happy to contribute.

Suppose we choose option 2 and `partialschur` is modified to also return the `Arnoldi` decomposition. Then, am I correct to think that this would allow for warm-starting cases where the...

Perfect! I am happy to do a PR for (2) then if it is up for grabs.

Try to add this line at the very top of your file: ```python import pydantic; pydantic.class_validators._FUNCS.clear() ```

@kmcgrady is there any road towards no needing to mention the hack of my previous comment?

Is there a roadmap or any updates on this? Thanks!

Is extending `includet` now a possibility, following #497 merge?

I have a similar issue. What is particular worth noting in my case is that I get **`NaNs` in the solution** returned by `scs-python`. Changing `acceleration_lookback` brings (slow) convergence (and...