Menu

Commit [r31243]  Maximize  Restore  History

refactoring, cleanup and most important multi-lane version of the CA sim. The multi-lane version is much faster than the single-lane version, while producing comparable results. bit compatibility, however, is not given

laemmel 2014-11-26

1 2 > >> (Page 1 of 2)
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/SuperQueue.java
added /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/experiments
added /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/experiments/CASimParallelQueuesExperiment_ZhangJ2011.java
added /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/experiments/CASimParallelQueuesExperiment_ZhangJ2012aIII.java
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/monitoring/CALinkMonitorExact.java
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/run/CARunner.java
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/CAMobsimFactory.java
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/CANetsimEngine.java
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/CANetsimEngineModule.java
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAEvent.java
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAEventsPaulPriorityQueue.java
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CALink.java
removed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CALinkDynamic.java
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAMoveableEntity.java
added /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAMultiLaneLink.java
added /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAMultiLaneNetwork.java
added /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAMultiLaneNetworkFactory.java
added /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAMultiLaneNode.java
added /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CANetwork.java
renamed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CANetworkDynamic.java -> /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/AbstractCANetwork.java
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CANetworkEntity.java
added /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CANetworkFactory.java
copied /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CASimDynamicExperiment_ZhangJ2011.java -> /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/experiments/CASimDynamicExperiment_ZhangJ2011.java
copied /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CASimDynamicExperiment_ZhangJ2012aIII.java -> /playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/experiments/CASimDynamicExperiment_ZhangJ2012aIII.java
/playgrounds/trunk/gregor/src/main/java/playground/gregor/SuperQueue.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/experiments/CASimParallelQueuesExperiment_ZhangJ2011.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/experiments/CASimParallelQueuesExperiment_ZhangJ2012aIII.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/monitoring/CALinkMonitorExact.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/run/CARunner.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/CAMobsimFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/CANetsimEngine.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/CANetsimEngineModule.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAEvent.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAEventsPaulPriorityQueue.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CALink.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAMoveableEntity.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAMultiLaneLink.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAMultiLaneNetwork.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAMultiLaneNetworkFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CAMultiLaneNode.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CANetwork.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CANetworkEntity.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/casim/simulation/physics/CANetworkFactory.java Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)
MongoDB Logo MongoDB