evaluate_mle_destructive

Function evaluate_mle_destructive 

Source
pub fn evaluate_mle_destructive<F: Field>(
    mle: &mut MultilinearExtension<F>,
    point: &[F],
) -> F
Expand description

Destructively evaluate an MLE at a point by using the fix_variable algorithm iteratively until all of the variables have been bound.