Index: mttroot/mtt/lib/control/PPP/ppp_optimise.m ================================================================== --- mttroot/mtt/lib/control/PPP/ppp_optimise.m +++ mttroot/mtt/lib/control/PPP/ppp_optimise.m @@ -27,10 +27,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ + ## Revision 1.12 2002/06/11 11:25:25 gawthrop + ## No longer delay the simulated data. + ## ## Revision 1.11 2002/05/20 13:32:36 gawthrop ## Sanity check on y_0 ## ## Revision 1.10 2002/05/13 16:01:09 gawthrop ## Addes Q weighting matrix @@ -64,11 +67,13 @@ ## Put under CVS ## ############################################################### - ## Copyright (C) 1999,2000 by Peter J. Gawthrop + ## Copyright (C) 1999,2000,2001,2002 by Peter J. Gawthrop + + ## Simulation command sim_command = sprintf("%s_ssim(x_0,par,simpar,u,i_s)", system_name); ## Extract indices i_t = free(:,1); # Parameters i_s = free(:,2)'; # Sensitivities @@ -121,14 +126,14 @@ while (abs(reduction)>extras.criterion)&&\ (abs(err)>extras.criterion)&&\ (iterations