-
A short break
For a few weeks, I will not code and I will try NOT to think about the upcoming project I will have to put together. Quite on purpose, I shall spend some time just reading and staying mostly offline. It’s a unique occasion to do it as I will be traveling a bit, and I…
-
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”)…
-
Optimization (4/n): Genetic Algorithm(s) (2/3)
Intro This week, I’ll make it short, and instead of boring with code and explanations, I thought I’d just show an example output… Results This is a genetic algorithm in action: A population “evolves” (reproduces, “selection of the fittest”, iterate) towards an objective. Complexity of many local minima don’t seem to be an issue for…