osrm-backend/features
Daniel J. Hofmann de1d5f199f Uses correct coefficients for local optimality in CH alternatives
The alpha constant is for the local optimality T-Test threshold.

Before we used epsilon for the T-Test threshold, but the epsilon
constant is meant to be used for the stretch test(s) only.

This changeset fixes the local optimality T-Test and uses the
epsilon constant for the two stretch tests:
- We test the stretch for the total route against epsilon and
- We test the detour against the epsilon now, too

We can discuss if the second stretch test should actually use
epsilon, too, or a adapted value of it - but definitly not alpha.
2017-06-09 13:20:41 +02:00
..
bicycle Splits turn penalty tests into bicycle and testbot domain, resolves #4067 2017-05-31 10:47:43 +02:00
car Add timezone names customization in tests 2017-06-02 17:35:18 +02:00
foot refactor of post-processing 2017-02-25 12:17:22 +00:00
guidance Fix invalid roundabout instructions for different driving modes, #4129 2017-06-08 15:01:27 +00:00
lib Add routing algorithm option 2017-03-17 12:27:47 +01:00
nearest cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
options Make initialization fail with a specific exception if the dataset isn't compatible with the algorithm being used, rather than crashing when a query occurs. 2017-06-08 18:31:51 +00:00
raster Don't use manual extract commands in weight tests 2017-06-02 18:12:13 +00:00
step_definitions Adding "sides" params for the sides option tests into java script 2017-05-30 10:19:41 +00:00
stress cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
support Merge pull request #4094 from Project-OSRM/refactor/rapidash 2017-06-02 20:01:04 +00:00
testbot Uses correct coefficients for local optimality in CH alternatives 2017-06-09 13:20:41 +02:00