powered by
Generates a random population for the next generation.
RandomizePop(population)
Population of chromosome sets in current generation.
# NOT RUN { library(ALL) data(ALL) demoALL<-ALL[1:12,1:8] population01<-InitialPopulation(demoALL, 4, 4) population01 RandomizePop(population01) # }
Run the code above in your browser using DataLab