-
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 14 – It… Doesn’t work (yet)
So this is actually about yesterday’s work, which took place until quite late into the night. (Well, to my standards, it probably wasn’t THAT late). Status The situation is as follows: I implemented basically everything, that is, including a rudimentary Genetic Algorithm to try out different “policies” (varying Beta and Mu per node), and then…
-
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…