-
Project Log: Day 65
I scr**ed up a bit there Of course I made a mistake… It was the most stupid of things, but I was saving the results in the wrong file, and so sometimes I was overwriting a simulation result for a given configuration with that of a different configuration (facepalm). And so after having my two…
-
Project Log: Day 56 – Actually running
I think I finished at last a simple “orchestrator”, that distributes the workload to the “workers” as they get their hands free. Now it’s all about checking that finishing conditions are met correctly, and then leaving the computers do their magic for a few hours (or maybe days, as I am running configuration mixes for…
-
Project Log: Day 51 – Leaner run
I was bothered by one thing when I created the containers last week. The “doBy” package required a lot… And was only marginally useful to me. For ONE rather simple function, “which.maxn()”, I was loading the doBy package. Just because I looked for a quick solution to a simple problem and ended up with that,…