I would like to know that is the theoretical method that is behind the APM SOLVERs.
I am solving a problem where I have to solve a system of non-linear equations without any kind of constraints. I am using BPOPT solver and it works fine. I just would like to know what method is being used to solve such systems. It is Newton's method? Quasi-Newtons's method? I don't find any documentation about this. Could you please tell me where I can find such information?
Is it also possible to know a priori the RAM that gekko solver will need to solve a system of non-linear equations with (N) variables?
Thank you