edited by
215 views
0 0 votes

Match List I with List II

$\begin{array}{|ll|ll|} \hline \textbf{List I} & \textbf{(GA termination criteria)} & \textbf{List II} & \textbf{(description)} \\ \hline \text{A.} & \text{Worst Individual} & \text{I.} & \text{At least half of the individual} \\ &&& \text{will be better than or equal} \\ &&& \text{to convergence value} \\ \hline \text{B.} & \text{Best Individual} & \text{II.} & \text{Guarantees that virtually all} \\ &&& \text{individuals in the population will be } \\ &&& \text{within a particular fitness range} \\  \hline \text{C.} & \text{Sum of Fitness} & \text{III.} & \text{Guarantees that the entire} \\ &&& \text{population to be of a minimum standard} \\ \hline \text{D.} & \text{Median Fitness} & \text{IV.} & \text{Faster search Convergence, guaranteeing} \\ &&& \text{at least one best solution} \\  \hline \end{array}$

Choose the correct answer from the options given below:

  1. $\text{A} \rightarrow \text{III}, \text{B} \rightarrow \text{IV}, \text{C} \rightarrow \text{II}, \text{D} \rightarrow \text{I}$
  2. $\text{A} \rightarrow \text{IV}, \text{B} \rightarrow \text{III}, \text{C} \rightarrow \text{I}, \text{D} \rightarrow \text{II}$
  3. $\text{A} \rightarrow \text{II}, \text{B} \rightarrow \text{I}, \text{C} \rightarrow \text{III}, \text{D} \rightarrow \text{IV}$
  4. $\text{A} \rightarrow \text{II}, \text{B} \rightarrow \text{III}, \text{C} \rightarrow \text{IV}, \text{D} \rightarrow  \text{I}$

Please log in or register to answer this question.

Answer:
Position:
Show:

Related questions

0 0 votes
0 0 answers
536
536 views
admin asked Jul 28, 2023
536 views
Which of the following is not a mutation operator in a genetic algorithm?Random resettingScrambleInversionDifferenceChoose the correct answer from the options given below...
0 0 votes
0 0 answers
606
606 views
admin asked Jul 28, 2023
606 views
Which of the following is not a solution representation in a genetic algorithm?Binary valuedReal valuedPermutationCombinations
0 0 votes
0 0 answers
530
530 views
admin asked Jul 28, 2023
530 views
Match List I with List IIList IList IIA. Expert systemI. Decision treeB. Fuzzy systemII. ScrambleC. Operator in genetic algorithmIII. Inference engineD. Supervised techni...
2 2 votes
2 2 answers
8.1k
8.1k views
Arjun asked Jul 2, 2019
8,063 views
Consider the following:EvolutionSelectionReproductionMutationWhich of the following are found in genetic algorithms?$\text{ii, iii and iv only}$$\text{ii and iv only}$$\t...