Tag: network graphs

  • Project Log: Day 3

    Today will be about identifying what and WHERE I need to CHANGE to my implementation of: a SIS model (graph-based epidemiology, discrete time steps) networks generation To do so, I rescue my original code for the “Complex Networks” exercise on the topic of Epidemiology. It was a mix of R and C++, and I seem…

  • Assume the Cow is a Sphere

    Intro I think I might have a start of an idea, for my MSc project. Although it’s… Incipient. How do we know what we know? So from a Cybersecurity (blue team) stand-point, one would (generally) want: to “segment” an IT Network as much as possible to “patch” the overall infrastructure as much/fast as possible (“Protect”)…

  • When to parallelize and when not to

    Intro I have finally delivered my last term paper for this year (one last year to go). It was about simulating traffic using graphs, onsets of congestion and the likes. Once again, the smallest graph was of order 4000+, and once again I had to work with MonteCarlo approach on 1000+ time steps for each…