• Stars
    star
    1
  • Language
    Scheme
  • Created over 10 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

AI #15 is due on Tuesday, 6 May. Write a genetic algorithm (GA) that learns all ones for a 32 bit chromosome. Make your program able to work for any size input string. It should be able to randomly generate the initial population. Do the standard selection, crossover, and mutation as discussed in class. At each x generations display the best individual along with its fitness and the average fitness of the population.