Menu

Code Commit Log


Commit Date  
[r25880] by kaddoura

scenario created instead of loaded

2013-09-17 14:55:14 Tree
[r25879] by juliakern
2013-09-17 14:54:35 Tree
[r25878] by juliakern

replaced time bin calculation
for(int i = 0; i < this.noOfTimeBins; i++){
if(time > i * this.timeBinSize && time <= (i + 1) * this.timeBinSize){
endOfTimeInterval = (i + 1) * this.timeBinSize;
by
int numberOfInterval = (int) Math.ceil(time / timeBinSize);
endOfTimeInterval = numberOfInterval * timeBinSize;

2013-09-17 14:54:04 Tree
[r25877] by skull5

Added RouterPriorityQueue Interface which should replace hard-coded PseudoRemovePriorityQueue in MATSim's Dijsktra implementation.

2013-09-17 14:52:51 Tree
[r25876] by juliakern

removed the bug 'See playground.fhuelsmann.emission.analysisForConcentration.EmissionsPerLinkWarmEventHandler.java' -- initialization of some variables was missing

replaced the former time bin calculation
for(int i = 0; i < this.noOfTimeBins; i++){
if(time > i * this.timeBinSize && time <= (i + 1) * this.timeBinSize){
by a ceil

2013-09-17 14:49:11 Tree
[r25875] by skull5

TransitRouterImplFactory now re-uses a single PreparedTransitSchedule object for all created TransitRouter objects.

2013-09-17 14:08:41 Tree
[r25874] by juliakern
2013-09-17 13:40:39 Tree
[r25873] by lkroeger
2013-09-17 11:14:57 Tree
[r25872] by lkroeger
2013-09-17 11:08:48 Tree
[r25871] by lkroeger
2013-09-17 11:08:12 Tree
Older >
MongoDB Logo MongoDB