pub fn evaluate_mle_destructive<F: Field>(
mle: &mut MultilinearExtension<F>,
point: &[F],
) -> FExpand description
Destructively evaluate an MLE at a point by using the fix_variable
algorithm iteratively until all of the variables have been bound.