|
From: Nick C. <sr...@us...> - 2001-11-02 18:50:57
|
Update of /cvsroot/repast/repast/uchicago/src/sim/network In directory usw-pr-cvs1:/tmp/cvs-serv27714 Modified Files: AbstractProbabilityRule.java Log Message: makeProbabilityMap now adds floats to create map. It used to use BigDecimals. This was more accurate but slower, and sometimes caused failures on the range map because I didn't figure out how it represented numbers exactly. Adding floats isn't great either, but will do for now. |