Recent Posts
ITP Spring 2013
Other Stuff
Comments
- amy on ICM – Week 1 – Portrait of Dora Maar
- P Comp – Week 4 – Analog Output | James Borda on P Comp – Week 5 – Stupid Pet Trick
- James on Agent-based Models in the Social Sciences: Literature Review
- Heather D-H on Week Three Update
- Heather D-H on Agent-based Models in the Social Sciences: Literature Review
Meta
Monthly Archives: March 2012
Algorithms – Week 8 – Paper Abstracts
I’ve forked again, and now have two possible directions I am considering. I wrote an abstract for each: Tragedy of the Commons Abstract We combine two classic simulation models — agent-based modeling and genetic algorithms — to observe whether a … Continue reading
Algorithms Week 7 Update
Finally some progress on the programming front. I’ve put all the basic pieces in place for a spacial agent-based model. The sketch consists of a square grid that spaces itself dynamically depending on the size entered in the parameters of … Continue reading
Week Six Update
Continuing with my study of general algorithms: Uninformed Search (These are “dumb” methods – using brute force calculation.) Depth-First Search: Begin at the starting node of a decision tree and follow one branch as deep as it goes. Then back … Continue reading