|
From: Michael J. N. <mic...@us...> - 2002-02-02 00:53:21
|
Update of /cvsroot/repast/repast/uchicago/src/sim/mousetrap In directory usw-pr-cvs1:/tmp/cvs-serv9000/repast/uchicago/src/sim/mousetrap Modified Files: MouseTrapModel.java Log Message: These updates replace RePast's integer time steps with a double precision numbers. Furthermore, the new scheduler "fast forwards" to the next scheduled event al a discrete event simulation instead of counting over empty intervals. The next set of major updates will build on these updates to introduce multi-threading to the scheduler. |