edited by
2,404 views
0 votes
0 votes

Let the population of chromosomes in genetic algorithm is represented in terms of binary number. The strength of fitness of a chromosome in decimal form, $x$, is given by

$S f(x) = \dfrac{f(x)}{\Sigma f(x)}$ where $f(x) = x^2$

The population is given by $P$ where:

$P=\{(01101, (11000), (01000), (10011)\}$

The strength of fitness of chromosome $(11000)$ is ________

  1. $24$
  2. $576$
  3. $14.4$
  4. $49.2$
edited by

1 Answer

Related questions

2.9k
views
2 answers
1 votes
soujanyareddy13 asked May 12, 2021
2,943 views
A basic feasible solution of an $m \times n$ transportation problem is said to be non-degenerate, if basic feasible solution contains exactly _______ number of individual...
834
views
1 answers
0 votes
soujanyareddy13 asked May 12, 2021
834 views
Consider the following Linear programming problem $\text{(LPP)}$:Maximize $z=x_1+x_2$Subject to the constraints:$x_1+2x_2 \leq 2000 \\ x_1+x_2 \leq 1500 \\ x_2 \leq 600 \...
2.0k
views
6 answers
4 votes
soujanyareddy13 asked May 12, 2021
2,028 views
The Boolean expression $AB+A \overline{B}+\overline{A}C+AC$ is unaffected by the value of the Boolean variable _________.$A$$B$$C$$A, B$ and $C$
5.2k
views
2 answers
1 votes
soujanyareddy13 asked May 12, 2021
5,237 views
What are the greatest lower bound $\text{(GLB)}$ and the least upper bound $\text{(LUB)}$ of the sets $A= \{ 3, 9, 12 \}$ and $B=\{1,2,4,5,10 \}$ if they exist in poset $...