changeset 31:829bf04c92af

Enabled fine step of 0.05 for delta and rho
author nikcleju
date Thu, 10 Nov 2011 22:48:39 +0000
parents 5f46ff51c7ff
children e1da5140c9a5
files scripts/ABSapprox.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ABSapprox.py	Thu Nov 10 22:43:11 2011 +0000
+++ b/scripts/ABSapprox.py	Thu Nov 10 22:48:39 2011 +0000
@@ -119,12 +119,12 @@
   #Set up standard experiment parameters
   d = 50.0;
   sigma = 2.0
-  #deltas = np.arange(0.05,1.,0.05)
-  #rhos = np.arange(0.05,1.,0.05)
+  deltas = np.arange(0.05,1.,0.05)
+  rhos = np.arange(0.05,1.,0.05)
   #deltas = np.array([0.05, 0.45, 0.95])
   #rhos = np.array([0.05, 0.45, 0.95])
-  deltas = np.array([0.05])
-  rhos = np.array([0.05])
+  #deltas = np.array([0.05])
+  #rhos = np.array([0.05])
   #delta = 0.8;
   #rho   = 0.15;
   numvects = 100; # Number of vectors to generate