Search found 3 matches

by loremauro
Thu Dec 15, 2022 8:46 am
Forum: Parallel NEURON
Topic: NEURON: The total number of cells, 1, is different than the number of user partition cells, 0
Replies: 2
Views: 6507

NEURON: The total number of cells, 1, is different than the number of user partition cells, 0

Hi all, I'm using python neuron for an optimization task and to speed up the process I'm implementing this bit of code for the parallelization: h.load_file("parcom.hoc") p = h.ParallelComputeTool() p.change_nthread(16,1) p.multisplit(1) then I'm defining a section and a voltage clamp proto...
by loremauro
Thu Dec 01, 2022 4:42 am
Forum: Optimization
Topic: how to address errno
Replies: 2
Views: 25205

Re: how to address errno

Thank you for all these guidelines, I'll e-mail you the mod file!
by loremauro
Wed Nov 30, 2022 10:44 am
Forum: Optimization
Topic: how to address errno
Replies: 2
Views: 25205

how to address errno

Hi, I'm trying to optimize a Nav channel model so I'm taking ranges for the parameters that I want to optimize and giving them to an algorithm that performs the simulations and so on... my question is about how to handle a particular evenience: exp(3099.23) out of range, returning exp(700) this erro...