Tag: network graphs

  • Project Log: Day 7 – Eureka moment?

    Now I’m getting WAY AHEAD of myself here. (And that won’t work for real-world human networks probably but…) But let’s see. So imagine a graph, on which you want to simulate an infectious process (aka epidemiology) with a SIS simulation (we keep things simple). Next imagine you have capacity to influence arbitrarily the “resistance to…

  • Project Log: Day 6

    Haven’t had much time yesterday, and I wanted to move forward right now as I am “starting” this, see if I can steer it in the right direction to begin with, and before I have new conversations on the whole concept with my Dissertation Tutor. Alright, so I wanted to have “variable resistance” of different…

  • Project Log: Day 4

    Generating “Company Networks” Just as a starting point for my “Company Network Graph Generator”, I put together the first (far from great) igraph-based code to generate a 3-layer segmented Application, such that one Application can have a few front-end, a few back-end and a few database servers, like so: There was no secret, aside maybe…