Menu

Commit [r32704]  Maximize  Restore  History

some changes in router and optimizer classes because some trips weren't routed correctly or weren't picked up by taxis. added some controler and event listeners to dump some statistics

dhosse 2015-04-15

1 2 > >> (Page 1 of 2)
changed /playgrounds/trunk/dhosse/pom.xml
removed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/NPersonsActionCreator.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/PrtConfigGroup.java
added /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/PrtControllerListener.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/PrtModule.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/PrtQSimFactory.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/analysis/PrtAnalyzer.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/analysis/PrtEventsHandler.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/data/PrtData.java
added /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events
added /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/CostContainer.java
added /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/CostContainerHandler.java
added /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/CostContainers2PersonMoneyEvent.java
added /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/PrtRankAndPassengerStatsHandler.java
added /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/PrtStatsWriter.java
added /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/PrtVehicleFactory.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/launch/PrtLauncher.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/launch/PrtParameters.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/optimizer/NPersonsProblem.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/optimizer/PrtNPersonsOptimizer.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/optimizer/PrtOptimizer.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/router/PrtNetworkLegRouter.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/router/PrtRouterWrapper.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/router/PrtTripRouterFactoryImpl.java
changed /playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/scheduler/NPersonsPickupStayTask.java
/playgrounds/trunk/dhosse/pom.xml Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/PrtConfigGroup.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/PrtControllerListener.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/PrtModule.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/PrtQSimFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/analysis/PrtAnalyzer.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/analysis/PrtEventsHandler.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/data/PrtData.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/CostContainer.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/CostContainerHandler.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/CostContainers2PersonMoneyEvent.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/PrtRankAndPassengerStatsHandler.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/PrtStatsWriter.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/events/PrtVehicleFactory.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/launch/PrtLauncher.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/launch/PrtParameters.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/optimizer/NPersonsProblem.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/optimizer/PrtNPersonsOptimizer.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/optimizer/PrtOptimizer.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/router/PrtNetworkLegRouter.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/router/PrtRouterWrapper.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/router/PrtTripRouterFactoryImpl.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/dhosse/src/main/java/playground/dhosse/prt/scheduler/NPersonsPickupStayTask.java Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)
MongoDB Logo MongoDB