Skip to content

Commit

Permalink
Remove a commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Nov 6, 2019
1 parent e0c5953 commit 7ee8c47
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,4 @@ protected void doRandomMutation(Chromosome offspring) {
}
}

// @Override
// public void mutateOffspring(Chromosome offspring) {
// offspring.mutate();
// offspring.setChanged(true);
// offspring.updateAge(offspring.getAge() + 1);
// }
}

0 comments on commit 7ee8c47

Please sign in to comment.