Tag Archives: model

Python: shared birthdays

A few days ago I found myself having a vague recollection of a statistics problem presented at some unknown level in my education. All I could remember was that it had to do with having a room full of people … Continue reading

2 Comments

Filed under computers/software, science

puzzle solver, part II

In a previous post, I discussed my attempt to write a program to solve a puzzle. I never updated that post because, well, I ran the program all night and it didn’t find the solution! I had made up a … Continue reading

1 Comment

Filed under computers/software, HowTo

evolution programs

I updated the Weasel program a fair bit, and it is now available on sourceforge. The program still does the same stuff, but the interface is cleaner and friendlier. Most of the changes were just to make the code easier … Continue reading

Leave a Comment

Filed under computers/software, science

a simple model of selection

(re-posted from coster3.com, the joint blog I share with my brothers) Inspired by Dawkins’ METHINKS IT IS LIKE A WEASEL program (hereafter just weasel) described in his book “The Blind Watchmaker,” and wanting to practice my blossoming C++ skills, I decided to write my … Continue reading

Leave a Comment

Filed under computers/software, science