X-Git-Url: https://git.armaanb.net/?p=norepinephrine_wm.git;a=blobdiff_plain;f=conf.py;fp=conf.py;h=02c981c9e2ba9f967d5c63319917601232adec08;hp=0c71dfa46faff3c0b775b8f55e3fbe47e966be55;hb=c1c79514649a54ce6af82f30a2bd3e1a5401f11d;hpb=af6d7aa890227f9d4ec8603fefec990d19ac88ed diff --git a/conf.py b/conf.py index 0c71dfa..02c981c 100644 --- a/conf.py +++ b/conf.py @@ -1,4 +1,4 @@ -dt = 0.001 # Time step +dt = 0.01 # Time step t_cue = 1.0 # Duration of cue presentation cue_scale = 1.0 # How strong the cuelus is from the visual system perceived = 0 # ??? @@ -11,5 +11,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 -dt_sample = 0.01 # Timestep for data recording through probes t_delay = 8.0 # Duration of delay period between cue and decision