pub fn bounded_mutation<R: Rng>(
sigma: f64,
lower: f64,
upper: f64,
) -> impl Fn(&Address, &ChoiceValue, &mut R) -> ChoiceValueExpand description
Bounded mutation function that respects bounds
pub fn bounded_mutation<R: Rng>(
sigma: f64,
lower: f64,
upper: f64,
) -> impl Fn(&Address, &ChoiceValue, &mut R) -> ChoiceValueBounded mutation function that respects bounds