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

Class BacktestRunConfig

crates/openquant/src/backtesting_engine.rs:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132#[derive(Debug, Clone, PartialEq)]
133pub struct BacktestRunConfig {
134 pub mode_provenance: String,
135 pub trials_count: usize,
136 pub safeguards: BacktestSafeguards,
137}
138
139#[derive(Debug, Clone, PartialEq)]
140pub struct CpcvPathAssignment {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected