compact_sets/src
Michael Winter 2fe8737cfe Improve target range factor with relative distance
- Replace harsh 1/(1+distance) with bounded relative scoring
- Factor > 1.0 when moving toward target, < 1.0 when moving away
- Minimum factor 0.1 to avoid zero weights
- Test with max_path=150 shows reaching ~90% of 2-octave target
2026-03-14 03:05:23 +01:00
..
__init__.py Refactor into src/ module with caching and CLI improvements 2026-03-13 18:38:38 +01:00
chord.py Refactor into src/ module with caching and CLI improvements 2026-03-13 18:38:38 +01:00
graph.py Improve target range factor with relative distance 2026-03-14 03:05:23 +01:00
harmonic_space.py Refactor into src/ module with caching and CLI improvements 2026-03-13 18:38:38 +01:00
io.py Refactor edge weights with DCA and CLI improvements 2026-03-14 02:44:30 +01:00
pitch.py Refactor into src/ module with caching and CLI improvements 2026-03-13 18:38:38 +01:00