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

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

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

Required methods

Loading content...

Implementors

impl RolloutStrategy for Percent[src]

Loading content...