X_kRE = linspace(0.01, 4, 200);
eta0 = zeros(size(X_kRE));
for idx = 1:length(X_kRE)
omega = sqrt(g * wk * tanh(wk * h));
fun_alpha = @(x) omega^2 + g*x.*tan(x*h);
x0_left = (2*n - 3) * pi / (2*h);
x0_right = (2*n - 1) * pi / (2*h);
guess = (x0_left + x0_right)/2;
k(n) = lsqnonlin(fun_alpha, guess, x0_left, x0_right);
A(1,1) = (cosh(wk*h)*sinh(wk*b))/(wk*b*(2*wk*h+sinh(2*wk*h)))*(besselh(l, wk*RE)) /(dbesselh(l, wk*RE));
A(1,j) =(cos(k(j)*h)*sin(k(j)*b) )/ (k(j)*b*(2*k(j)*h + sin(2*k(j)*h)))*( besselk(l, k(j)*RE) )...
A(i,1) =(2 * cosh(wk*h) * (-1)^(i-1) * wk*sinh(wk*b)) / (b * (2*wk*h + sinh(2*wk*h))*(wk^2 + m(i)^2))...
* (besselh(l, wk*RE))/ (dbesselh(l, wk*RE));
A(i,j) = (2*cos(k(j)*h)*(-1)^(i-1) *k(j)* sin(k(j)*b))/ (b * (2*k(j)*h + sin(2*k(j)*h))*(k(j)^2-m(i)^2))...
*(besselk(l, k(j)*RE)) / (dbesselk(l, k(j)*RE));
B(1,1) = (4*sinh(wk*b)) / (RE * wk*log(RE/RI) *cosh(wk*h));
Rml_prime_RE = m(j)*(besselk(l, m(j)*RI) * dbesseli(l, m(j)*RE) ...
- besseli(l, m(j)*RI) * dbesselk(l, m(j)*RE))...
/(besselk(l, m(j)*RI) * besseli(l, m(j)*RE) - besselk(l, m(j)*RE) * besseli(l, m(j)*RI));
B(1,j) = Rml_prime_RE * (4 * wk * (-1)^(j-1) * sinh(wk*b)) / (cosh(wk*h) * (wk^2 + m(j)^2));
B(i,1)=(4*sin(k(i)*b))/(RE*k(i)*log(RE/RI)*cos(k(i)*h));
Rml_prime_RE = m(j)*(besselk(l, m(j)*RI) * dbesseli(l, m(j)*RE) ...
- besseli(l, m(j)*RI) * dbesselk(l, m(j)*RE))...
/(besselk(l, m(j)*RI) * besseli(l, m(j)*RE) - besselk(l, m(j)*RE) * besseli(l, m(j)*RI));
B(i,j) = Rml_prime_RE * (4 * k(i) * (-1)^(j-1) * sin(k(i)*b)) / (cos(k(i)*h) * (k(i)^2 - m(j)^2));
C(1,1) = -4 * sinh(wk*b) / (RE * wk*log(RE/RI) * cosh(wk*h));
Rml_prime_star_RE = m(j)*(besseli(l, m(j)*RE) * dbesselk(l, m(j)*RE) ...
- besselk(l, m(j)*RE) * dbesseli(l, m(j)*RE))...
/(besselk(l, m(j)*RI) * besseli(l, m(j)*RE) - besselk(l, m(j)*RE) * besseli(l, m(j)*RI));
C(1,j) = Rml_prime_star_RE * (4 * wk * (-1)^(j-1) * sinh(wk*b)) / (cosh(wk*h) * (wk^2 + m(j)^2));
C(i,1) = -4 * sin(k(i)*b) / (RE *k(i)* log(RE/RI) * cos(k(i)*h));
Rml_prime_star_RE = m(j)*(besseli(l, m(j)*RE) * dbesselk(l, m(j)*RE) ...
- besselk(l, m(j)*RE) * dbesseli(l, m(j)*RE))...
/(besselk(l, m(j)*RI) * besseli(l, m(j)*RE) - besselk(l, m(j)*RE) * besseli(l, m(j)*RI));
C(i,j) = Rml_prime_star_RE * (4 * k(i) * (-1)^(j-1) * sin(k(i)*b)) / (cos(k(i)*h) * (k(i)^2 - m(j)^2));
D(1,1) = (cosh(wk*h) * sinh(wk*b)) / (wk*b * (2*wk*h + sinh(2*wk*h))) * (besselj(l, wk*RI))/ (dbesselj(l, wk*RI));
D(1,j) = (cos(k(j)*h) * sin(k(j)*b)) / (k(j)*b * (2*k(j)*h + sin(2*k(j)*h))) * (besseli(l, k(j)*RI) )/ (dbesseli(l, k(j)*RI));
D(i,1) = (2 * cosh(wk*h) * (-1)^(i-1) * wk * sinh(wk*b)) /(b * (2*wk*h + sinh(2*wk*h)) * (wk^2 + m(i)^2))...
*(besselj(l, wk*RI) )/(dbesselj(l, wk*RI));
D(i,j) = (2 * cos(k(j)*h) * (-1)^(i-1) * k(j) * sin(k(j)*b)) /(b * (2*k(j)*h + sin(2*k(j)*h)) * (k(j)^2 - m(i)^2))...
*(besseli(l, k(j)*RI)) / (dbesseli(l, k(j)*RI));
E(1,1) = (4 * sinh(wk*b)) / (RI *wk* log(RE/RI) * cosh(wk*h));
Rml_prime_RI = m(j)*(besselk(l, m(j)*RI) * dbesseli(l, m(j)*RI) ...
- besseli(l, m(j)*RI) * dbesselk(l, m(j)*RI))...
/ (besselk(l, m(j)*RI) * besseli(l, m(j)*RE) - besselk(l, m(j)*RE) * besseli(l, m(j)*RI));
E(1,j) = Rml_prime_RI * (4 * wk * (-1)^(j-1) * sinh(wk*b)) / (cosh(wk*h) * (wk^2 + m(j)^2));
E(i,1) = (4 * sin(k(i)*b)) / (RI *k(i)* log(RE/RI) * cos(k(i)*h));
Rml_prime_RI = m(j)*(besselk(l, m(j)*RI) * dbesseli(l, m(j)*RI) ...
- besseli(l, m(j)*RI) * dbesselk(l, m(j)*RI))...
/ (besselk(l, m(j)*RI) * besseli(l, m(j)*RE) - besselk(l, m(j)*RE) * besseli(l, m(j)*RI));
E(i,j) = Rml_prime_RI * (4 * k(i) * (-1)^(j-1) * sin(k(i)*b)) / (cos(k(i)*h) * (k(i)^2 - m(j)^2));
F(1,1) = (-4 * sinh(wk*b)) / (RI * wk*log(RE/RI) * cosh(wk*h));
Rml_star_prime_RI = m(j)*(besseli(l, m(j)*RE) * dbesselk(l, m(j)*RI) ...
- besselk(l, m(j)*RE) * dbesseli(l, m(j)*RI))/((besselk(l, m(j)*RI) ...
* besseli(l, m(j)*RE) - besselk(l, m(j)*RE) * besseli(l, m(j)*RI)));
F(1,j) = Rml_star_prime_RI * (4 * wk * (-1)^(j-1) * sinh(wk*b)) / (cosh(wk*h) * (wk^2 + m(j)^2));
F(i,1) = (-4 * sin(k(i)*b)) / (RI *k(i)* log(RE/RI) * cos(k(i)*h));
Rml_star_prime_RI = m(j)*(besseli(l, m(j)*RE) * dbesselk(l, m(j)*RI) ...
- besselk(l, m(j)*RE) * dbesseli(l, m(j)*RI))/((besselk(l, m(j)*RI) ...
* besseli(l, m(j)*RE) - besselk(l, m(j)*RE) * besseli(l, m(j)*RI)));
F(i,j) = Rml_star_prime_RI * (4 * k(i)* (-1)^(j-1) * sin(k(i)*b)) / (cos(k(i)*h) * (k(i)^2 - m(j)^2));
G(i, 1) = (sinh(wk*b))/((b*wk)*cosh(wk*h))*besselj(l, wk*RE) ;
G(i, 1) = (2 *wk*(-1)^(i-1)*sinh(wk*b))/(b *(wk^2 +m(i)^2))*besselj(l, wk*RE);
G(j + M, 1) = -dbesselj(l, wk*RE) * (2*wk*h + sinh(2*wk*h)) /(cosh(wk*h)^2);
c_vec = X(M+N+1 : 2*M+N);
d_vec = X(2*M+N+1 : end);
term1 = (d_vec(1)*cosh(wk*h)^2) / ((2*wk*h + sinh(2*wk*h)) * dbesselj(l, wk*RI));
sum1 = sum1 + d_vec(n)*cos(k(n)*h)^2/ ((2*k(n)*h + sin(2*k(n)*h))* dbesseli(l, k(n)*RI));
eta0(idx) = abs(term1+sum1);
end
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
Local minimum found.
Optimization completed because the size of the gradient is less than
the value of the optimality tolerance.
plot(X_kRE, eta0, 'k', 'LineWidth', 1.5);
xlabel('$k_0 R_E$', 'Interpreter', 'latex');
ylabel('$\eta / (iA)$', 'Interpreter', 'latex');
title('Wave motion amplitude for RE/RI = 4.0');
disp(['Time consuming = ', num2str(elapsedTime), ' s']);
Time consuming = 3.9218 s