To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
History | View | Annotate | Download (4.45 KB)
Expose the processing parameters Simon suggests
Use a proper comparator for AgentList. The naive operator< wasn't being usedbecause AgentList stores pointers, not values, so it was comparing by address.This was a pretty serious bug
Allocate Agents separately on the heap and make AgentList contain pointers only (much quicker)
refactor: pull method implementations into .cpp files
More debug output, and a minor fix
Fixes to beat insertion in Agent. We get plausible results now, but there's probably quite a lot still to do.
Debug output, and some actual debugging... getting there.
formatting only
Fixes so as to run and, in theory, return results without crashing -- still doesn't actually produce meaningful data though
Add agent list class, and continue plodding through