genetic-algorithm
genetic-algorithm copied to clipboard
Shuffling is unnecessary and comparator initialization should happen …
…earlier.
Immediately after shuffling there is a sorting function.
The comparator is better to be initialized before the constructor execution.