Commit be94263
committed
docs(internal): qualify the graph-hit score impossibility claim
The comment said no value of _GRAPH_HIT_SCORE makes fuzzy mode
symmetric, and rested that on _calculate_entity_score having no
ceiling. The absent clamp does not carry the claim: that score is a sum
of bounded parts, so a large enough constant would dominate it. What
actually rules such a constant out is the exact-mode property the
paragraph above asserts - every survivor scores 100 there, and raising
the constant breaks that tie. Name the condition instead of leaving it
implicit.1 parent e9b8244 commit be94263
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
370 | 371 | | |
371 | 372 | | |
372 | 373 | | |
| |||
0 commit comments