I have this code:
package org.optimization.geneticAlgorithm; import org.optimization.geneticAlgorithm.selection.Pair; public abstract class Chromosome imple
You should try adding if (this == o) return 0; Because the same object must be returned equal.
if (this == o) return 0;