Suppose a genetic algorithm uses chromosomes of the form (x = abcdefgh) with a fixed length of eight genes. Each gene can be any digit between 0 and 9. Let the fitness of individual x be calculated as:
f(x) = (a + b) - (c + d) + (e + f) - (g + h),
Initial population consist of four with the following chromosomes:
x1 = 6 5 4 1 3 5 3 2
x2 = 8 7 1 2 6 6 0 1
x3 = 2 3 9 2 1 2 8 5
x4 = 4 1 8 5 2 0 9 4
(a) Evaluate the fitness of each, show in descending order
(b) Do one-point cross over of 2 fittest individuals at midpoint
(c) Do 2 points crossover (b, f) of second and third fittest
(d) Cross the 1st and 3rd using a uniform cross over
(e) New population now consists of the six offsprings. Evaluate the fitness. Has the overall fitness improved?
(f) Considering that genes can only be digits between 0 and 9 find the chromosome representing the optimal solution. Find the value of the maximum fitness.
(g) Can you say whether it will be able to reach the optimal solution without the mutation operator?
As the question contains more than 4 parts so I would be solving the 1st 4 parts of the question only(following the guidelines of Chegg):-


Suppose a genetic algorithm uses chromosomes of the form (x = abcdefgh) with a fixed length...
Q.3 10 points) A genetic algorithm uses chromosomes of the form x= abedefgh with a fixed length of eight genes. Each gene can be any digit between 0 and 9, Let the fitness of individual x be calculated as: fx)= (a+b)-(e + d) + (e +0 - (g + b) and let the initial population consist of four individuals with the following chromosomes: abedefgh xl 65413532 x2 = 87126601 x3 23921 285 x4 4185 2094 a) Evaluate the fitness of...
1. Define deletion, duplication, inversion and translocation and give examples (6 points) 2. A diploid corn plant has 12 chromosomes. How many total chromosomes would you expect in the following com plants? (3 points) A. Trisomy 7 = B. Tetraploid = C. 3n- D. Monosomy 5 = E. 4n+1 = F. Trisomy 1 and Monosomy 2 = 3. Describe two different experimental strategies to create an allotetraploid from two different diploid species of plants (4 points) 4. Three genes are...
Qd (V) required help
[3 Marks] t sluex h à local maximum in Simulated Annealing? (d) Assume we have the following fitness function x'-60 * + 900 * x +100 f(x) Using a binary representation we can represent x using five binary digits. i. Given the following four chromosomes give the values for x and fx). Chromosome Binary String 11100 P2 10111 00100 [2 Marks] nts, apply one point crossover. Use a crossover point of 1 (where [3 Marks] ii....
1. A genetic cross in which the inheritance of two traits is observed is called a A) Dihybrid cross. B) Monohybrid cross C) Backeross D) Testcross 2. For single crossovers, the frequency of recombinant gametes is half the frequency of crossing over because A) A testeross between a homozygous and heterozygote produces 1/2 heterozygous and 1/2 homozygous progeny. B) The frequency of recombination is always 50%. C) Each crossover takes place between only two of the four chromatids of a...
Qd (V) required help
[3 Marks] t sluex h à local maximum in Simulated Annealing? (d) Assume we have the following fitness function x'-60 * + 900 * x +100 f(x) Using a binary representation we can represent x using five binary digits. i. Given the following four chromosomes give the values for x and fx). Chromosome Binary String 11100 P2 10111 00100 [2 Marks] nts, apply one point crossover. Use a crossover point of 1 (where [3 Marks] ii....
1. Describe two kinds of recombination in eukaryotes. True of False 2._____ A recessive phenotype can be expressed by some progeny of a monohybrid cross. 3._____ Epistatic genes may result from dominant or recessive alleles. 4._____ At a single locus, a diploid individual may have more than two different alleles. 5. _____ A temperature-sensitive allele is an example of a genotype x environment interaction. 6. _____ All of the genetic material in a eukaryotic cell is found in the nucleus....
Programming Language: Java Please write a program that uses a recursive algorithm to compute the determinant of a matrix. It should read the order of the matrix, read the matrix, print it out, compute, and print the determinant. Your program should be able to evaluate multiple matrices on a single execution. For class purposes, your program should handle matrices up to and including those of order 6. You are required to use an array for this problem. Your solution must...
Please do all
Evolution, Diversity& Phylogeny Practice Problems Will an extremely rare, beneficial allele have a better chance of fixing in a very large population, or in a very small population? Explain your answer. What are the four forces of evolution? Which evolutionary forces increase genetic diversity? Which decrease diversity? List Darwin's postulates? If these are NOT fulfilled, can evolution occur? 1. 2. 3. 4. The A and B genes are closely linked on an autosome). Gene D resides on...
Name Sex-linked traits are genetic char segments of DNA found on chromosomes that Sex-Linked Traits Senetic characteristics determined by genes located on sex chromosomes. Genies are and on chromosomes that carry information for protein production and that are sponsible for the inheritance of specific traits Genes exist in alternative forms called alleics. or a trail is inherited from each parent Like traits originating from genes on autosomes (non-se chromosomes), sex-linked to omosomes), sex-linked traits are passed from parents to offspring...
Question 1 - Revised Simplex Algorithm 10 marks Suppose we are solving the following linear programming problem Subject to 8x1 + 12x2 + x3 15x2 + x4 3x1 + 6x2 + X5 -120 60 = 48 x1,x2,x3, x4,x5 2 0 Assume we have a current basis of x2,xz, x5. Demonstrate your understanding of the steps of the Revised Simplex Algorithm by answering the following: a) What is the basic feasible solution at this stage? What is the value of the...