Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • Databases are almost certainly not the way to go. We need the parametrization close to the code. You see, almost all usage scenarios for agent-based simulation involve changing some of its code - like creating a new type of controller and test the resulting agent against agents using the old controller. So 90% of the users are in fact programmers. We use source-control, branching and merging and parametrization-data should live in source-control as well. Commented May 25, 2011 at 15:04