public object Clone() { var representation = Representation.Clone(); return(new Chromosome <T>((IGene <T>[])representation)); }