Tag: math

  • Random Exercises: Interpolation with Lagrange Polynomials

    Intro As I want to make sure I keep posting here, I keep looking for things to write about in my own personal “library” (book shelves). One topic I want to make sure I don’t forget about is “Numerical Methods”. (Another one is graph theory, another one is anomaly detection… There are a few topics…

  • Project Log, Day 150: Still writing, found issues

    I’m still writing. I had a first (bad) draft version out of my mailbox about a week ago, and a first answer 5 days ago (my tutor is that good!). It turns out the organization of the contents was all wrong, and I should have known, there was a template of sorts. So I re-organized…

  • 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…