The ProblemA genetic algorithm consists of a population of individuals, where each individual is a bit string (i.e., a list of 0s and 1s) and an associated tness value indicating the goodness or badness of the individual. At the start of the genetic algorithm, each individual in the population is randomly initialized and the its tness assessed. Your Task 1. Create a population of 100 random individuals. Each individual should be a list of length 100 and a oat value that represents its tness. (Hint: Extend the code you wrote for part 1 that created one random individual.) 2. Evaluate the tness of all the individuals in your population using the counting ones tness function you wrote last week. Store the tness value with the individual. 1
Only logged in customers who have purchased this product may leave a review.
Reviews
There are no reviews yet.