diff --git a/matlab/newrat.m b/matlab/newrat.m index 20b420890..015586c73 100644 --- a/matlab/newrat.m +++ b/matlab/newrat.m @@ -4,7 +4,7 @@ function [xparam1, hh, gg, fval, igg] = newrat(func0, x, hh, gg, igg, ftol0, nit % % [xparam1, hh, gg, fval, igg] = newrat(func0, x, hh, gg, igg, ftol0, nit, flagg, varargin) % -% Optimiser with outer product gradient and 'Gibbs type' steps +% Optimiser with outer product gradient and with sequences of univariate steps % uses Chris Sims subroutine for line search % % func0 = name of the function @@ -112,9 +112,9 @@ while norm(gg)>gtol & check==0 & jit