Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 447 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 447 Bytes

SmallWorldCore

Basic Small World algorithm implementation

Classes to do a very basic "geographical" small world simulation.

Main is SmallWorld.java

The code generates 10 agents in a 300 by 300 field. The algorithms for small world connecting are broadly taken from Duncan J. Watt's 1999 paper "Networks, Dynamics, and Small World Phenomenon", AJS, 105(2), 493-527. Similar algorithms can be found in his book "Small Worlds".