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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user