Skip to content

This is the repository for the 2015 Semester 1 SWEN40004 Modelling Complex Software Systems Assignment 1

Notifications You must be signed in to change notification settings

edwardcrupi/swen40004

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWEN40004 - Assignment 1

Naser Soueid and Edward Crupi

Overview

This is our replication of a Cellular Automaton system that mimics 'Ethnocentricism' in a population.

How to Use

Just compile the CellularAutomaton.java file using javac or your favourite java compiler then run CellularAutomaton specifying arguments for width, height, how many ticks to run for, whether or not to initially seed the grid and whether updating should be stochastic or not.

E.G:

javac CellularAutomaton.java
java CellularAutomaton 5 5 10 true false

Will run the model on a 5x5 matrix for 10 ticks, initialized to capacity with deterministic updating.

TODO

Update methods for Agent and Cell classses. Interaction method for Agent class. Statistic reporting to verify results match netlogos results.

About

This is the repository for the 2015 Semester 1 SWEN40004 Modelling Complex Software Systems Assignment 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published