Skip to main content

flip_points

Function flip_points 

Source
pub fn flip_points<A>(
    framework: &WeightedFramework<A>,
    target: &A,
    mode: AcceptanceMode,
) -> Result<Vec<f64>, Error>
where A: Clone + Eq + Hash + Debug + Ord,
Expand description

Return only the budgets at which target’s acceptance changes as β increases. Useful for the drama-manager flip-point query.