Trait thesis::rollout::RolloutStrategy[][src]

pub trait RolloutStrategy {
    fn rollout_decision(&self) -> RolloutDecision;
}

A method for chosing if the control or experimental code should run

Required methods

Loading content...

Implementors

Loading content...