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

Enum BacktestMode

crates/openquant/src/backtesting_engine.rs:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66#[derive(Debug, Clone, PartialEq, Eq)]
67pub enum BacktestMode {
68 WalkForward,
69 CrossValidation,
70 CombinatorialPurgedCrossValidation,
71}
72
73#[derive(Debug, Clone, PartialEq)]
74pub struct SplitDefinition {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected