From 939318a3800ae19048dba87dd61a5bf8eb374b36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Wed, 22 Feb 2012 17:36:01 +0100
Subject: [PATCH] Added a comment about the timming tests done in the third
 section of the internal tests.

---
 matlab/particle/traditional_resampling.m | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/matlab/particle/traditional_resampling.m b/matlab/particle/traditional_resampling.m
index fa4c82a0a..4f787879a 100644
--- a/matlab/particle/traditional_resampling.m
+++ b/matlab/particle/traditional_resampling.m
@@ -212,6 +212,10 @@ end
 %$     toc
 %$ end
 %$
+%$ % REMARK
+%$ % Note that the alternative code used in this test is sensibly faster than the code proposed
+%$ % in the routine for the resampling scheme à la Kitagawa...
+%$ 
 %$ if show_plot
 %$     plot(randvec,c,'-r'), hold on, plot([randvec(1),randvec(end)],[c(1),c(end)],'-k'), hold off, axis tight, box on
 %$ end
-- 
GitLab