Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ is_empty
Method
is_empty
crates/openquant/src/hpc_parallel.rs:59–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
}
58
59
pub fn is_empty(self) -> bool {
60
self.len() == 0
61
}
62
}
63
64
#[derive(Debug, Clone, Copy, PartialEq)]
Callers
15
evaluate_rule_on_paths
Function · 0.80
detect_no_stable_optimum
Function · 0.80
search_optimal_trading_rule
Function · 0.80
standard_bars
Function · 0.80
time_bars
Function · 0.80
average_holding_period
Function · 0.80
all_bets_concentration
Function · 0.80
drawdown_and_time_under_water
Function · 0.80
get_futures_roll_series
Function · 0.80
get_mutual_info
Function · 0.80
variation_of_information_score
Function · 0.80
run_mid_frequency_pipeline
Function · 0.80
Calls
1
len
Method · 0.80
Tested by
11
evaluate_rule_on_paths
Function · 0.64
detect_no_stable_optimum
Function · 0.64
search_optimal_trading_rule
Function · 0.64
average_holding_period
Function · 0.64
all_bets_concentration
Function · 0.64
drawdown_and_time_under_water
Function · 0.64
validate
Method · 0.64
run_walk_forward
Function · 0.64
run_cross_validation
Function · 0.64
run_cpcv
Function · 0.64
summarize_returns
Function · 0.64