| 131 | |
| 132 | #[derive(Debug, Clone, PartialEq)] |
| 133 | pub struct BacktestRunConfig { |
| 134 | pub mode_provenance: String, |
| 135 | pub trials_count: usize, |
| 136 | pub safeguards: BacktestSafeguards, |
| 137 | } |
| 138 | |
| 139 | #[derive(Debug, Clone, PartialEq)] |
| 140 | pub struct CpcvPathAssignment { |
nothing calls this directly
no outgoing calls
no test coverage detected