Splits the genome into n pieces, according to points, which must be sorted. pieces.length must be 1 + points.length. The default form does nothing -- be careful not to use this method if it's not implemented! It should be trivial to implement it for your genome -- just lik
(int[] points, Object[] pieces)