Skip to content

Commit

Permalink
Remove outdated FIXME comment! Hurra
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Apr 24, 2024
1 parent ec6c1c6 commit 90e0640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ga.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ where

// 5. From mating pool create new generation (apply crossover & mutation).

// FIXME: Do not assume that population size is an even number.
self.timer.start();
let mut children = self.config.crossover_operator.apply(&self.metadata, &mating_pool);
self.metadata.crossover_dur = Some(self.timer.elapsed());
Expand Down

0 comments on commit 90e0640

Please sign in to comment.