-
Project Log: Day 203 – getting close
Intro I have been presenting my project, then on PTO, and then discussing improvements with my tutor. Here about the improvements. In summary my implementation of the Genetic Algorithm was way too simplistic (functional, but not great). Variance in individuals I believe I mentioned that in a past entry, but anyhow. One thing that was…
-
Project log day 123: SW done
So all the Software pieces I need are done. C++ where needed, MMCA (the Mean Field approach) functional. And much faster indeed. Next up I need to make sure the comparison of results between MC and MMCA is consistent. Then run MMCA (should take much less time) on several networks. Then move on to the…
-
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…