Commit Graph

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
5e21028c5e fix: Replace flip_threshold=0.5 with working values [0.3, 0.35, 0.4, 0.45]
- Updated PARAMETER_GRID in v11_test_worker.py
- Changed from 2 flip_threshold values to 4 values
- Total combinations: 1024 (4×4×2×2×2×2×2×2)
- Updated coordinator to create 4 chunks (256 combos each)
- Updated all documentation to reflect 1024 combinations
- All values below critical 0.5 threshold that produces 0 signals
- Expected signal counts: 0.3 (1400+), 0.35 (1200+), 0.4 (1100+), 0.45 (800+)
- Created FLIP_THRESHOLD_FIX.md with complete analysis

Co-authored-by: mindesbunister <32161838+mindesbunister@users.noreply.github.com>
2025-12-06 22:40:16 +00:00
copilot-swe-agent[bot]
f678a027c2 feat: Implement v11 progressive parameter sweep starting from zero filters
Co-authored-by: mindesbunister <32161838+mindesbunister@users.noreply.github.com>
2025-12-06 20:30:57 +00:00