-
Project Log: First entry
Intro It was time. This is my “Project’s Captain’s Log”. “Day 1” was in fact yesterday. Today was the first day in which I moved from “thinking” to “implementing” the project. First day, first issues. Today I focused on setting up the needed “base environment” for me to write more easily my future report (i.e.…
-
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…