jaxleyverse / jaxley

Differentiable neuron simulations with biophysical detail on CPU, GPU, or TPU.
https://jaxley.readthedocs.io
Apache License 2.0
46 stars 7 forks source link

New tutorials on indexing and parameter sharing #464

Open michaeldeistler opened 1 week ago

michaeldeistler commented 1 week ago

This PR adds two advanced tutorials (setting synaptic parameter values and synaptic parameter sharing). As part of this, it modifies the outline of the website and splits tutorials into Quickstart tutorials and Advanced tutorials.

To make synaptic parameter sharing possible, this PR also contributes the .copy_node_property_to_edges() and adds tests for it.