Replies: 4 comments
-
uffff ... @rythorpe I need your help here :-) |
Beta Was this translation helpful? Give feedback.
-
These values are set this way to maintain consistency with our previous "ground truth" default current dipole simulation. After these values get summed with the trial index and cell's GID (specifically for cell-specific, non-synchronous drives), the seed value that gets passed to the random number generator should be positive. |
Beta Was this translation helpful? Give feedback.
-
but now the seeds are determined by the cell's GID minus the GID of the first cell of that cell type. Is this still relevant in that case? |
Beta Was this translation helpful? Give feedback.
-
Oh yes, I had forgotten about that. We updated the |
Beta Was this translation helpful? Give feedback.
-
Not sure if my understanding is correct. But if one loads drives from the parameter file
default.json
, since we haveand in
params.py
we havehnn-core/hnn_core/params.py
Line 223 in bab8196
If we run
Network(params, add_drives_from_params=True)
and beforehnn-core/hnn_core/drives.py
Line 135 in bab8196
we insert
the output will be
it seems that the corresponding resulting
event_seed
could be -16 and thus cause errors in running simulation as the seed is smaller than 0Beta Was this translation helpful? Give feedback.
All reactions