Menu

Threaded version of the project

Developers
2010-02-16
2013-04-25
  • Ernesto Illescas-Peláez

    sequence_threaded.py is currently being modified so that the simulation, visuals and audio run on independent threads (the current version has the agents' sound in the simulation thread and the background sound in the visual thread).

     
  • Corryn Cropian

    Corryn Cropian - 2010-09-28

    Ernesto and I just added a sequence called experimental, there we added a method to be run as a thread that computes the agents, and an alternative one meant to be run as a thread that computes a single agent, so that each agent runs on a separate thread. We also added an option to specificAlpha which switches between the two.

     
  • Ernesto Illescas-Peláez

    A couple of precisions:
    1) "we added a method to be run as a thread that computes the agents" is not accurate. Those methods already existed.
    2) The chages in specificAlpha also exist on specificBeta, specificDelta, specificEpsilon and specificEnvironment. They don't affect sequences that lack single threaded agents.

     

Log in to post a comment.