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

Class CpcvPathAssignment

crates/openquant/src/backtesting_engine.rs:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139#[derive(Debug, Clone, PartialEq)]
140pub struct CpcvPathAssignment {
141 pub path_id: usize,
142 pub split_for_group: Vec<usize>,
143}
144
145#[derive(Debug, Clone, PartialEq)]
146pub struct CpcvPathPerformance {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected