diff --git a/src/gp/args.rs b/src/gp/args.rs index 72f3897..3943c15 100644 --- a/src/gp/args.rs +++ b/src/gp/args.rs @@ -10,6 +10,7 @@ pub enum ClosingType { None, } +#[allow(dead_code)] struct PushArgs { alignment_deviation: usize, // For alternation, std dev of deviation of index when alternating alternation_rate: Decimal, // For alternation, prob of switching parents at each location