| 124 | |
| 125 | #[derive(Debug, Clone, PartialEq)] |
| 126 | pub struct CpcvConfig { |
| 127 | pub n_groups: usize, |
| 128 | pub test_groups: usize, |
| 129 | pub pct_embargo: f64, |
| 130 | } |
| 131 | |
| 132 | #[derive(Debug, Clone, PartialEq)] |
| 133 | pub struct BacktestRunConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected