Esempio n. 1
0
        public object Clone()
        {
            var representation = Representation.Clone();

            return(new Chromosome <T>((IGene <T>[])representation));
        }