Armijou with steepest descent
with a given initial conditions of Armijou
% Parameters for Armijo condition
tau = 0.5;
a_prev = 1;
c1 = 0.5;
with steepest descent using armijo rule, to minimizing the function
f(x,y)=(x-2y^2)(x-3y^2)
how we can do it with plot of each iteraion ?with a given initial conditions of Armijou
% Parameters for Armijo condition
tau = 0.5;
a_prev = 1;
c1 = 0.5;
with steepest descent using armijo rule, to minimizing the function
f(x,y)=(x-2y^2)(x-3y^2)
how we can do it with plot of each iteraion ? with a given initial conditions of Armijou
% Parameters for Armijo condition
tau = 0.5;
a_prev = 1;
c1 = 0.5;
with steepest descent using armijo rule, to minimizing the function
f(x,y)=(x-2y^2)(x-3y^2)
how we can do it with plot of each iteraion ? armijou, steepest, descent, optimization, step MATLAB Answers — New Questions