Skip to content

Commit

Permalink
TODO removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed May 27, 2024
1 parent d66c456 commit 0b88c0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/genetic/genetic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export class GeneticSearch implements GeneticSearchInterface {

for (let i = 0; i < count; i++) {
const genome = getRandomArrayItem(genomes);
// TODO mutationProbability to separate config
const mutatedGenome = this.strategy.mutation.mutate(this.nextId(), genome);
newPopulation.push(mutatedGenome);
}
Expand Down

0 comments on commit 0b88c0c

Please sign in to comment.