MCPcopy Create free account
hub / github.com/Open-Quant/openquant / horizon

Method horizon

crates/openquant/src/combinatorial_optimization.rs:282–284  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

280 }
281
282 pub fn horizon(&self) -> usize {
283 self.step_trade_bounds.len()
284 }
285}
286
287#[derive(Debug, Clone, PartialEq, Eq)]

Callers 3

enumerate_trading_pathsFunction · 0.80
evaluate_trading_pathFunction · 0.80
dfs_pathsFunction · 0.80

Calls 1

lenMethod · 0.80

Tested by

no test coverage detected