Skip to content

Retrieve params after optimization #578

Discussion options

You must be logged in to vote

The best way would be to access the net.external_drives attribute, which contains the dynamic properties of each drive via e.g. net.external_drives['evprox1']['dynamics']. For synaptic weight parameters, you can inspect the net.connectivity attribute, which is itself a list of all the connections within and onto the network. Since net.connectivity is itself a list of all the connections defined in the network, you can use pick_connection to find the index associated with the drive of interest.

Now that you bring this up, we should probably add this to the optimization example....

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by jasmainak
Comment options

You must be logged in to vote
2 replies
@carolinafernandezp
Comment options

@jasmainak
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants