# Parameters file for simulation.
# Should be used with ecellManager.py
{
"biochemical_filename" : "biochemical_circuits/biomd183_loop.eml",
'nthreads' : 2,
'sec_to_rec' : ['all'],
"weight_baseline" : 0,
"num_spikes" : 200,
"delay" : 0.020,
"running_type" : "train", # or value "value"
"interactive" : False
}
|