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

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

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

Required methods

Implementors