crossOverOnePoint method is used to perform a crossover where until a certain point we get volumes from this chromosome and from that point on combine them with volumes from the other chromosome.
crossOverTwoPoint method is used to perform a crossover where we take volumes from the other chromosome from one point to another and put those volumes in between the values of the original chromosome.
crossOverUniform method is used to perform a crossover where the volume of a tank is randomly taken from this or the other chromosome, after which a correction is applied.