value in each iteration
Mostra commenti meno recenti
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 Commenti
Mario Malic
il 19 Set 2020
What is the purpose of this question on which you got the answer?
saja mk
il 19 Set 2020
Walter Roberson
il 19 Set 2020
That f needs a vector of length 2 for its parameter, not a scalar i.
saja mk
il 19 Set 2020
saja mk
il 19 Set 2020
Walter Roberson
il 19 Set 2020
You cannot. Your gradient descent formula is only valid for functions of one variable.
Risposte (1)
saja mk
il 19 Set 2020
0 voti
1 Commento
Walter Roberson
il 19 Set 2020
this does not use the epsilon formula from https://www.mathworks.com/matlabcentral/answers/596404-value-in-each-iteration#comment_1015369
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!