Closed AurelienJaquier closed 2 years ago
@wvangeit this is something that was implemented for BluePyEModel but we thought it might be better in BluePyOpt
@AurelienJaquier it makes me think, maybe all of the stochastic logic could be brought to BluePyOpt. We should have a look.
@DrTaDa Do you mean the logic in the run() method of BPEM_Protocol? Or were you thinking of something else?
Should the pre_protocol change the value to deterministic, run it, and set it back to the old value?
@DrTaDa Do you mean the logic in the run() method of BPEM_Protocol? Or were you thinking of something else?
@AurelienJaquier yes, this part.
The only part left in BPEM would be the instantiation of the simulator, stochastic or not. But maybe that part can also be put in the BluePyOpt simulator class.
Ok, I'll try both your ideas.
Looks good to me