Skip to content

Commit

Permalink
get correct trips for #824; still need to work out sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
novalis committed Sep 6, 2012
1 parent 45a9b28 commit 73d38a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class TargetBound implements SearchTerminationStrategy, SkipTraverseResul
* Setting this lower will cut off some less-walking more-time paths.
* Setting it higher will slow down the search a lot.
*/
private double timeBoundFactor = 1.5;
private double timeBoundFactor = 2;

private List<Integer> previousArrivalTime = new ArrayList<Integer>();

Expand Down

0 comments on commit 73d38a9

Please sign in to comment.