~meeden/Public/cs63/lab4-ga/
ga -f test -s 50 -l 20 -g 500This will run a GA with a population size of 50, a chromosome length of 20, a maximum number of generations of 500, and will write the results to files named test.GAmsg, test.GAavg, and test.GAbest. The GA is currently set to use the binary fitness function. Look through the output that is produced.