Introducing AgentBase, for Agent Based Modeling from the Browser

  • A side-project that came out of my (ongoing) thesis work at Oxford. I model social movements, and how the Internet and Social Media might affect them.

    You can try a template model here: http://agentbase.org/model.html?9d54597f7aafc995d227

    AgentBase uses:

    * HTML canvas, jQuery, etc

    * CoffeeScript browser library, for compilation of CoffeeScript

    * ACE editor for code editing

    * GitHub gists, mini-repositories for storage of models

    * NodeJS + Mongo for keeping a list of models

    Comments most welcome!

  • Great! Excellent work. I'm mesmerized with the flock example...

    To try: # A more inestable flock http://agentbase.org/model.html?82ef4f46d2a05838dc5f

        @population = 55      # agents
        @setVision 4           # patches & set patch rect
        @minSeparation = 3 # patches

  • this is not working for me... (Chrome v39.0) http://agentbase.org/model.html?d10d06e31f41874b982c

  • What is exactly the difference with agentscript.org ?