Update kCellsAtMostSameBy comment
This commit is contained in:
parent
0205cbc578
commit
921c2f9482
@ -51,8 +51,8 @@ struct Parameters
|
|||||||
// Alternative paths are still reasonable around the via node candidate (local optimality).
|
// Alternative paths are still reasonable around the via node candidate (local optimality).
|
||||||
// At least optimal around 10% sub-paths around the via node candidate.
|
// At least optimal around 10% sub-paths around the via node candidate.
|
||||||
double kAtLeastOptimalAroundViaBy = 0.1;
|
double kAtLeastOptimalAroundViaBy = 0.1;
|
||||||
// Alternative paths similarity requirement (sharing) based on calles.
|
// Alternative paths similarity requirement (sharing) based on cells.
|
||||||
// At least 15% different than the shortest path.
|
// At least 5% different than the shortest path.
|
||||||
double kCellsAtMostSameBy = 0.95;
|
double kCellsAtMostSameBy = 0.95;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user