Created
April 4, 2013 20:32
-
-
Save Uiuran/5314108 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
@author: Uiuran 2013 | |
''' | |
from GraphMovie import GraphMovie | |
import igraph | |
import numpy as np | |
import agents0020 as am | |
if __name__ == "__main__": | |
difusive = am.AgentModel("humannoise03_03_2013"); | |
difusive.runSimulation(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment