We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0205cbc commit 921c2f9Copy full SHA for 921c2f9
src/engine/routing_algorithms/alternative_path_mld.cpp
@@ -51,8 +51,8 @@ struct Parameters
51
// Alternative paths are still reasonable around the via node candidate (local optimality).
52
// At least optimal around 10% sub-paths around the via node candidate.
53
double kAtLeastOptimalAroundViaBy = 0.1;
54
- // Alternative paths similarity requirement (sharing) based on calles.
55
- // At least 15% different than the shortest path.
+ // Alternative paths similarity requirement (sharing) based on cells.
+ // At least 5% different than the shortest path.
56
double kCellsAtMostSameBy = 0.95;
57
};
58
0 commit comments