diff transformations/DistorsionGauss.py @ 112:1b315470a566

Changed the variance factor of the distorsion gauss from /10 to /15 (to have a bit less noise)
author Xavier Glorot <glorotxa@iro.umontreal.ca>
date Tue, 16 Feb 2010 18:55:51 -0500
parents 901ab3329064
children c9d680d9a908
line wrap: on
line diff
--- a/transformations/DistorsionGauss.py	Tue Feb 16 17:24:21 2010 -0500
+++ b/transformations/DistorsionGauss.py	Tue Feb 16 18:55:51 2010 -0500
@@ -27,7 +27,7 @@
         return ['ecart_type']
 
     def regenerate_parameters(self, complexity):
-        self.ecart_type=float(complexity)/10
+        self.ecart_type=float(complexity)/15
         self.effectuer =numpy.random.binomial(1,0.3)    ##### On a 30% de faire un bruit #####
         return self._get_current_parameters()