| 65 | |
| 66 | #[derive(Debug, Clone, PartialEq, Eq)] |
| 67 | pub enum BacktestMode { |
| 68 | WalkForward, |
| 69 | CrossValidation, |
| 70 | CombinatorialPurgedCrossValidation, |
| 71 | } |
| 72 | |
| 73 | #[derive(Debug, Clone, PartialEq)] |
| 74 | pub struct SplitDefinition { |
nothing calls this directly
no outgoing calls
no test coverage detected