Hi there,

I was looking for a publicly available code for steepest descent method for minimization and I came up the web site whose address is 

http://www.math.colostate.edu/~gerhard/classes/331/lab/newton2d.html .

I am running the same code structure by implementing the function,

f(x,y)=(1-x)^2+100*(y-x^2)^2

which is known as Rosenbrock’s “banana” function. 

I removed the "&n

Similar questions and discussions