v1.3.3 — Fix strategy generator crashes on None backtest metrics
Bug Fixes
- Fix
TypeError: bad operand type for abs(): 'NoneType'crash when backtest returns no IC value (ad2ad3ab) - Fix
TypeError: unsupported format string passed to NoneTypein rejected strategy log output (2197f521) - Disable slow
wf_rollingand reducemc_n_permutationsto 50 for faster strategy generation runs