Newton algorithm in optimize method is not working

Hi every one,

I am trying to use newton algorithm for my optimize method in Matlab interface, but I have the error and is not working. The error that I get is: “nestrov is either mistyped or misplaced”. Can you please help me with that.

Thank you,
Ellie

Any chance it’s supposed to be “nesterov” (with an e) instead of “nestrov”?

Sorry, my mistake it is nestrov.

Not even sure why that’s still there. The L-BFGS algorithm should be better than anything else we have.

Thank you.