lukablagoje / physical-network-robustness

This project is research about physical network robustness to random and physical attacks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Physical network robustness [In progress]

In this project, we are simulating 2D and 3D graphs of physical attacks (spatial edge removal) in their embedding space Specifically, we are focused on random and targeted attacks to identify how robust the networks are. To perform targeted attacks in space, we are developing a spatial measure of connectivity, that can be applied to both 2D and 3D datasets. Below are the random graph (Erdos-Renyi) grid models we are currently working with where we develop such measures, for different rewiring probabilities $p$:

image

Technical project overview

1. random_edge_removal.py - Removing random edges from the graph to observe how quickly they fall apart.

2D_grid_model.ipynb - 2D grid models are created and the spatial connectivity of the grid that bins the space they are embedded in is calculated

About

This project is research about physical network robustness to random and physical attacks.


Languages

Language:Jupyter Notebook 99.0%Language:Python 1.0%