4142434445464748
this.length = player.getRules().length; for(int i=0;i<length;i++) { this.chromosome.add(new CharGene()); } }