From 011879175703cb88f28c41a82c9d0d15992bc7cf Mon Sep 17 00:00:00 2001 From: ratto Date: Fri, 12 Dec 2008 07:44:05 +0000 Subject: [PATCH] Modified help and messages concerning the sequence of univariate steps. git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2308 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/newrat.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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