CS 3200 - Computer Simulation Techniques

Spring, 2020

 

This is the home page for CS3200 - Computer Simulation Techniques, Spring, 2020. Various things may be added here as the semester progresses, so be sure to check back . . .

Syllabus

If you haven't done so yet, you should go to the BlackBoard site for this class . . . there are things there for you to be doing!

  • "live" Zoom class Thursday, May 14, 2:15 (see email)

    Don't forget that you will put your "semester project" here: CS homework (projects) submission page . . .

  • Here is a link to the "slinky" model in NetLogo:
         slinky.nlogo

  • Here is a link to the "Jello" model in NetLogo:
         Jello1.nlogo

  • I have put some java jars for the models I showed on Thursday (April 30) in a folder here:
         Java jars (RePast modeling environment)
         You may have to experiment some to get these to run after you download the jar file . . .
        On my Mac, I can use the terminal app, get into the directory with the java jar, and use a command line like:
         java -cp SyncModel_signed.jar SyncModel.SyncModel
         Your mileage may vary . . .

  • Here is a link to the "most different" evolution model in NetLogo:
         MostDifferent.nlogo

  • Here is a link to the "client/server" model in NetLogo:
         Servers.nlogo