]> git.armaanb.net Git - norepinephrine_wm.git/blobdiff - conf.py
final update
[norepinephrine_wm.git] / conf.py
diff --git a/conf.py b/conf.py
index ed17397bb5712a545f0a6739d20dfa34eb97c30e..557d729772661b2c61cbf04a15578543e7350ecf 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -7,7 +7,7 @@ t_delay = 8.0          # Duration of delay period between cue and decision
 cue_scale = 1.0        # How strong the cuelus is from the visual system
 misperceive = 0.1      # ???
 time_scale = 0.4       # ???
-steps = np.logspace(0, 3, 500) # Steps to use
+steps = np.linspace(0, 750, 250) # Steps to use
 noise_wm = 0.005       # Standard deviation of white noise added to WM
 noise_decision = 0.005 # Standard deviation of white noise added to decision
 neurons_decide = 100   # Number of neurons for decision
@@ -15,4 +15,5 @@ neurons_inputs = 100   # Number of neurons for inputs ensemble
 neurons_wm = 100       # Number of neurons for working memory ensemble
 tau_wm = 0.1           # Synapse on recurrent connection in wm
 tau = 0.01             # Synaptic time constant between ensembles
-seed = 3               # Seed for RNG
+seed = 1               # Seed for RNG
+n_trials = 1