]> git.armaanb.net Git - norepinephrine_wm.git/blobdiff - conf.py
update
[norepinephrine_wm.git] / conf.py
diff --git a/conf.py b/conf.py
index b9664989ef3d3b51eecf46e6e93b318393967e41..ed17397bb5712a545f0a6739d20dfa34eb97c30e 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -1,12 +1,13 @@
 import numpy as np
 
-dt = 0.01              # Time step
+dt = 0.05              # Time step
+probe_dt = 0.1         # Time step to sample from probe
 t_cue = 1.0            # Duration of cue presentation
 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.arange(750) # Steps to use
+steps = np.logspace(0, 3, 500) # 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
@@ -14,3 +15,4 @@ 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