Hi Andrew

Hi Andrew

For pynest, you might want to look at ResetNetwork() or CopyModel(existing, new, params=None) commands (https://www.nest-simulator.org/part-2-populations-of-neurons/) to see if this is what you need. For sli, see https://www.nest-simulator.org/helpindex/cc/ResetNetwork.html and https://www.nest-simulator.org/helpindex/cc/CopyModel.html.

Regards,
Julian


From: "Charl Linssen" <nest-users@turingbirds.com>
To: "users" <users@nest-simulator.org>
Sent: Wednesday, 27 November, 2019 14:54:45
Subject: [NEST Users] Re: NEST network object

Dear Andrew,

Please forgive our late reply; virtually the entire NEST development team is currently attending a conference and has been very busy with preparations.

There is no such thing as a "deep copy" for networks. It is also difficult to reset a network back to its initial state in a generic manner. However, it is possible to call nest.Simulate() repeatedly. Could it be a solution to simulate your network, perform analysis on the data recorded by the instrumentation, and then manually reset the network to a suitable initial state, before calling Simulate() again? This way, you would avoid the overhead of having to re-connect the network. The manual reset could involve e.g. resetting membrane potentials on the nodes in your network.

Please let us know if this works for you.

Kind regards,
Charl Linssen


On Tue, Nov 26, 2019, at 12:39, alehr wrote:
Dear NEST developer,

I am wondering if my inquiry from November 11th has been looked at.

Thanks,
Andrew Lehr

On Mon, Nov 11, 2019 at 1:52 PM alehr <alehr@mun.ca> wrote:
Dear NEST developer,

I would like to initialize a network with neurons and connections and then run many simulations with it. It would be great if I could build the network one time and then deepcopy (or something similar) for each simulation. Is something like this possible?

Thanks,
Andrew Lehr
_______________________________________________
NEST Users mailing list -- users@nest-simulator.org
To unsubscribe send an email to users-leave@nest-simulator.org



_______________________________________________
NEST Users mailing list -- users@nest-simulator.org
To unsubscribe send an email to users-leave@nest-simulator.org