-
Project Log: Day 25 – Back to work
Alright, so a few days back, I did some numbers and concluded that… This thing as it is is somewhat CPU-intensive. I could (maybe I should) look into making the core component of the simulation work on GPU, probably. But this is a personal project and instead, I want to scale OUT instead, to… MORE…
-
Project Log: Day 14 – It works!
Here is where I’m at: My computer is apparently able to choose on which nodes of a network to act, to best contain an infection from spreading across a network, within preset constraints. One image (or one like it) could well be the conclusion of the first part of my dissertation: Many validations and long…
-
Project Log: Day 11 – Simplistic Policies
So after some (but not much) code-clean-up… I wanted to implement the part where my networks (I now have 5 different basic network setups I play with…) can have nodes with not only different values for “resistance to attack” (e.g. variable Beta) but also variable detection capacity (e.g. how fast do I detect and clean…