jgrusewski
42634014b6
refactor: consolidate DQNConfig to single canonical definition
...
Removed duplicate DQNConfig from agent.rs (13 fields, pre-Rainbow with
f64 gamma/epsilon) and adaptive-strategy stub (unit struct). Canonical
definition in dqn/dqn.rs now has 51 fields covering full Rainbow DQN
plus agent-level trading parameters (minimum_profit_factor, weight_decay).
Key changes:
- agent.rs imports DQNConfig from dqn.rs instead of defining its own
- Fixed f32/f64 type mismatches (epsilon_start/end/decay cast to f64
where QNetworkConfig expects f64)
- Renamed replay_buffer_size -> replay_buffer_capacity across all callers
- Updated 13 files across ml, adaptive-strategy, and trading_service
- All 2009 ml tests pass, 0 clippy warnings in modified files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-22 20:49:22 +01:00
..
2026-02-20 18:14:42 +01:00
2025-10-31 00:20:00 +01:00
2025-10-20 01:01:28 +02:00
2025-10-31 00:20:00 +01:00
2025-11-02 11:12:14 +01:00
2025-11-02 11:12:14 +01:00
2025-10-31 00:20:00 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2026-02-20 14:07:22 +01:00
2025-10-19 09:10:55 +02:00
2025-11-23 01:22:32 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-12 23:05:51 +01:00
2025-11-13 19:14:20 +01:00
2025-11-13 19:14:20 +01:00
2025-11-14 20:22:57 +01:00
2025-11-14 08:47:34 +01:00
2025-11-14 08:47:34 +01:00
2025-11-14 08:47:34 +01:00
2025-11-12 23:05:51 +01:00
2025-11-13 00:34:29 +01:00
2025-10-21 21:13:11 +02:00
2025-11-12 23:05:51 +01:00
2025-11-12 23:05:51 +01:00
2025-10-18 01:11:14 +02:00
2025-11-12 23:05:51 +01:00
2026-02-20 22:27:11 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-27 14:45:25 +01:00
2025-11-20 09:06:10 +01:00
2025-11-11 23:48:02 +01:00
2025-11-18 13:53:59 +01:00
2025-11-22 19:21:51 +01:00
2025-11-23 01:22:32 +01:00
2026-02-20 23:44:03 +01:00
2025-11-23 01:22:32 +01:00
2025-11-11 23:48:02 +01:00
2025-11-23 01:22:32 +01:00
2025-11-24 10:03:15 +01:00
2025-11-20 09:06:10 +01:00
2025-11-11 23:48:02 +01:00
2025-11-24 10:03:15 +01:00
2025-11-18 13:53:59 +01:00
2026-02-20 22:26:32 +01:00
2025-11-23 01:22:32 +01:00
2025-11-23 01:22:32 +01:00
2025-11-22 19:21:51 +01:00
2025-11-22 19:21:51 +01:00
2026-02-20 21:40:15 +01:00
2025-11-23 18:23:57 +01:00
2026-02-20 21:29:43 +01:00
2026-02-20 15:40:03 +01:00
2025-11-18 13:53:59 +01:00
2025-11-18 23:51:44 +01:00
2026-02-20 23:31:57 +01:00
2025-11-12 23:05:51 +01:00
2025-10-19 09:10:55 +02:00
2025-10-03 07:34:26 +02:00
2025-11-18 13:53:59 +01:00
2025-11-11 23:48:02 +01:00
2025-11-22 19:21:51 +01:00
2026-02-20 18:14:42 +01:00
2026-02-20 14:07:22 +01:00
2026-02-20 14:07:22 +01:00
2026-02-20 20:57:32 +01:00
2026-02-20 20:22:15 +01:00
2025-11-18 23:51:44 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2026-02-20 14:07:22 +01:00
2025-10-25 23:49:24 +02:00
2025-10-19 09:10:55 +02:00
2026-02-20 14:07:22 +01:00
2026-02-21 14:05:49 +01:00
2026-02-21 10:57:23 +01:00
2026-02-20 18:14:42 +01:00
2025-11-23 15:19:08 +01:00
2025-11-23 01:22:32 +01:00
2026-02-20 14:07:22 +01:00
2025-11-11 23:48:02 +01:00
2025-11-14 20:22:57 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-23 18:23:57 +01:00
2025-11-11 23:48:02 +01:00
2025-11-12 23:05:51 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-13 19:14:20 +01:00
2025-10-03 07:34:26 +02:00
2025-10-19 09:10:55 +02:00
2025-11-12 23:05:51 +01:00
2026-02-20 14:07:22 +01:00
2025-11-23 01:22:32 +01:00
2025-11-23 01:22:32 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-10-06 16:51:39 +02:00
2025-11-23 00:41:22 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-24 01:11:43 +02:00
2025-10-03 07:34:26 +02:00
2025-10-19 09:10:55 +02:00
2025-11-23 00:41:22 +01:00
2025-11-11 23:48:02 +01:00
2025-11-03 10:15:09 +01:00
2026-02-21 14:30:35 +01:00
2025-11-23 01:22:32 +01:00
2025-11-23 01:22:32 +01:00
2025-11-13 00:34:29 +01:00
2025-11-13 00:34:29 +01:00
2025-11-11 23:48:02 +01:00
2025-11-12 23:05:51 +01:00
2026-02-20 14:07:22 +01:00
2025-11-12 23:05:51 +01:00
2025-11-13 19:14:20 +01:00
2026-02-21 01:20:27 +01:00
2025-11-18 13:53:59 +01:00
2026-02-21 01:00:54 +01:00
2025-11-18 13:53:59 +01:00
2025-11-11 23:48:02 +01:00
2025-11-18 13:53:59 +01:00
2026-02-20 18:14:42 +01:00
2025-11-18 13:53:59 +01:00
2025-11-18 13:53:59 +01:00
2025-11-18 13:53:59 +01:00
2025-11-18 13:53:59 +01:00
2026-02-21 01:13:42 +01:00
2026-02-21 00:35:30 +01:00
2025-11-18 13:53:59 +01:00
2026-02-21 01:00:54 +01:00
2025-11-18 13:53:59 +01:00
2025-11-18 13:53:59 +01:00
2026-02-21 01:20:27 +01:00
2026-02-21 01:00:54 +01:00
2025-11-18 13:53:59 +01:00
2025-11-18 13:53:59 +01:00
2026-02-21 01:00:54 +01:00
2025-11-18 13:53:59 +01:00
2025-11-18 13:53:59 +01:00
2026-02-21 10:23:48 +01:00
2025-11-12 23:05:51 +01:00
2025-11-11 23:48:02 +01:00
2025-11-12 23:05:51 +01:00
2025-11-12 23:05:51 +01:00
2025-11-13 22:41:13 +01:00
2026-02-21 12:57:55 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-10-25 23:49:24 +02:00
2025-11-11 23:48:02 +01:00
2025-10-25 23:49:24 +02:00
2025-11-13 19:14:20 +01:00
2025-11-13 19:14:20 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-19 23:14:04 +01:00
2025-11-13 19:14:20 +01:00
2025-10-19 09:10:55 +02:00
2026-02-20 14:07:22 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-23 01:22:32 +01:00
2025-11-23 01:22:32 +01:00
2025-11-11 23:48:02 +01:00
2025-10-19 09:10:55 +02:00
2025-11-22 19:21:51 +01:00
2025-11-11 23:48:02 +01:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2025-11-22 19:21:51 +01:00
2025-11-22 19:21:51 +01:00
2025-10-29 19:52:21 +01:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2025-10-19 09:10:55 +02:00
2025-11-23 01:22:32 +01:00
2025-11-11 23:48:02 +01:00
2025-11-11 23:48:02 +01:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2025-10-06 16:51:39 +02:00
2025-10-19 09:10:55 +02:00
2025-11-11 23:48:02 +01:00
2025-10-25 23:49:24 +02:00
2026-02-22 20:49:22 +01:00
2025-11-12 23:05:51 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2026-02-20 16:56:29 +01:00
2026-02-20 18:14:42 +01:00
2025-10-19 09:10:55 +02:00
2025-11-13 19:14:20 +01:00
2025-11-13 19:14:20 +01:00
2025-11-12 23:05:51 +01:00
2025-11-12 23:05:51 +01:00
2025-11-12 23:05:51 +01:00
2025-11-23 01:22:32 +01:00
2025-11-23 01:22:32 +01:00
2025-10-19 09:10:55 +02:00