JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: NLsolve.fixedpoint()

jakob-ditfurth opened this issue · comments

Hi,

I have a maybe somewhat naive question. If I run the function, that I apply NLsolve.fixedpoint() to, I have no memory issues. If I apply this function, I run into the error Out of Memory.

If I use a smaller dataset instead, both functions run throught just fine.

Any ideas what I can adapt to make the NLsolve.fixedpoint() less memory intensive and why is it so memory intensive?

I can also provide a minimum working example if necessary.