Stage 1. Generating Networks
Construct the directed networks to be studied before any degeneration begins.
Technical note on deterministic node and edge degeneration schedules for directed networks, with emphasis on experiment structure before downstream spiking simulation.
How should we model progressive degeneration in a way that is both biologically interpretable and structurally reproducible? This note focuses on the scheduling logic: which nodes or edges disappear, in what order, and what that means for the resulting network instances before simulation begins.
This outline separates the pipeline into clear stages, so the note can grow step by step without mixing setup, degeneration logic, structure readout, and simulation handoff.
Construct the directed networks to be studied before any degeneration begins.
Specify or load the directed network that will be subjected to degeneration.
Choose the node- or edge-deletion rule that defines the order of structural loss.
Generate intermediate snapshots at controlled deletion levels rather than only the final damaged graph.
Measure what each staged graph retains structurally before any dynamics are simulated.
Pass the staged graphs onward to spiking simulation or other downstream analyses.
The gallery below uses one shared directed base graph and compares ten degeneration schedules against it: five edge-deletion schemes and five node-deletion schemes. The slider advances the deletion stage, while each SVG card shows what survives structurally under that policy.
All five edge strategies act on the same directed base graph. Ordered-pruning and resilient-pruning mark matching-priority links in green, including the removed ones as dashed traces.
Remove outgoing edges node by node.
Remove incoming edges node by node.
Fixed random edge schedule.
Remove matching-critical edges first.
Reverse the ordered schedule.
The node strategies delete vertices in different orders, then inherit the corresponding edge loss. This makes the hub-targeting policies easy to compare against weak-first and random schedules.
Delete weak broadcasters first.
Delete low-degree nodes before hubs.
Fixed random node schedule.
Delete hubs first.
Delete strong broadcasters first.
The project overview explains the full computational workflow, but the degeneration rules deserve their own space. This note is where we can compare the ten policies side by side, make their ordering assumptions visually explicit, and then connect those schedules to structure summaries and downstream dynamical outcomes.
The next pass can add richer bars and derived observables: component counts, degree loss, matching size, or E/I block summaries. That keeps the same SVG comparison frame while making the consequences of each schedule more quantitative.