I'm using gnls
function of nlme
package to fit a curve. When I try to know what optimizer it was using, I was directed to nlminb
function documentation and it states:
Unconstrained and box-constrained optimization using PORT routines.
I don't know what is "PORT routines". Is it a series of optimization algorithms or it's just an optimization algorithm called "PORT routines"?
Can anyone please at least tell me some names in the "routines". For example, "gradient descent", "Levenberg–Marquardt", or "trust region"?
Thanks in advance!!