Skip to content

Commit

Permalink
Bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalivas committed Jan 9, 2025
1 parent 97a1fdb commit ba22981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiate/src/engines/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use std::sync::{Arc, Mutex};
/// .survivor_selector(TournamentSelector::new(3)) // Use tournament selection to select survivors.
/// .alter(alters![
/// ArithmeticMutator::new(0.01), // Specific mutator for numeric values.
/// MeanCrossover::new(0.5) // Specific crossover operation for numeric values .
/// MeanCrossover::new(0.5) // Specific crossover operation for numeric values.
/// ])
/// .fitness_fn(|genotype: Vec<Vec<f32>>| { // Define the fitness function to be minimized.
/// // Calculate the fitness score of the individual based on the decoded genotype.
Expand Down

0 comments on commit ba22981

Please sign in to comment.