JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems
Other
324 stars 66 forks source link

Question: NLsolve.fixedpoint() #285

Open jakob-ditfurth opened 1 year ago

jakob-ditfurth commented 1 year ago

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.