value in each iteration
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
f=@(x) 0.5*(x(1)-1).^2+10*(x(2)+2).^2-2
miter=10000
and i have loop
for i=1:miter
then,who i can to calculate f(i)-f(i-1)?
6 comentarios
Walter Roberson
el 19 de Sept. de 2020
You cannot. Your gradient descent formula is only valid for functions of one variable.
Respuestas (1)
saja mk
el 19 de Sept. de 2020
1 comentario
Walter Roberson
el 19 de Sept. de 2020
this does not use the epsilon formula from https://www.mathworks.com/matlabcentral/answers/596404-value-in-each-iteration#comment_1015369
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!