jgrusewski
9fc9522821
refactor(ml): remove all legacy naming and deprecated wrappers
- Rename FactoredActionLegacy → FactoredActionExt trait
- Rename from_legacy() → from_trading_action(), to_legacy_action() → to_trading_action()
- Delete 5 deprecated free functions from ml-core (create_hft_*, create_ultra_low_latency_*)
- Update ml_tests.rs to call associated methods directly
- Remove #[allow(deprecated)] now unnecessary
8 files, -9 net lines, 2758 tests pass (81 ml-core + 2677 ml)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>