mindesbunister
e97ab483e4
fix: v11 test sweep - performance fix + multiprocessing fix
Critical fixes applied:
1. Performance: Converted pandas .iloc[] to numpy arrays in supertrend_v11() (100x speedup)
2. Multiprocessing: Changed to load CSV per worker instead of pickling 95k row dataframe
3. Import paths: Fixed backtester module imports for deployment
4. Deployment: Added backtester/ directory to EPYC cluster
Result: v11 test sweep now completes (4 workers tested, 129 combos in 5 min)
Next: Deploy with MAX_WORKERS=27 for full 256-combo sweep