Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalivas committed Feb 12, 2025
1 parent 4da834e commit 25d5d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiate/src/engines/alterers/mean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use super::{Alter, AlterAction, Crossover};
///
/// This crossover can only be used with `NumericGene`s and can be largely benifitial. However, keep
/// in mind that because we are taking the mean of two genes, this results in children that
/// converge towards a common distribution. This can be useful in some cases, but it can also
/// converge towards a common distribution. This can be usefu l in some cases, but it can also
/// result in a loss of diversity in the population in others.
pub struct MeanCrossover {
rate: f32,
Expand Down

0 comments on commit 25d5d00

Please sign in to comment.