fix(4branch): backtest evaluator expected_q + action_select missing b3_size arg

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-04-08 15:59:09 +02:00
parent c961ec517a
commit 46ed2ca739

View File

@@ -1119,6 +1119,7 @@ impl GpuBacktestEvaluator {
.arg(&b0)
.arg(&b1)
.arg(&b2)
.arg(&self.b3_size)
.arg(&v_min_f)
.arg(&v_max_f)
.launch(launch_cfg)
@@ -1146,6 +1147,7 @@ impl GpuBacktestEvaluator {
.arg(&b0)
.arg(&b1)
.arg(&b2)
.arg(&self.b3_size)
.arg(&self.q_gap_threshold)
.arg(&null_portfolio)
.arg(&eval_min_hold)