Saga Quiz
Do you want this a self scoring online quiz or to give them the answers(recommended)? If so, I need answers
GA Questions
- All representations of the objective function need to be written in the binary '1/0' format.
- True
- False
- The only operators available in creating a new generation are Crossover, Mirror, and Mutation.
- True
- False
- If there is only one strain in the current population, we can introduce new strains in the next generation by using Crossover as the only gene operator.
- True
- False
- The assignment of 60% Crossover, 30% Mirror, and 10% Mutation is considered a good distribution of gene operators.
- True
- False
- Using a Genetic Algorithm guarantees you will find a very good solution in a reasonable amount of time.
- True
- False
- A Genetic Algorithm will work best if there are a variety of strains in the initial population.
- True
- False
- It is always better to use large populations/fewer generations than small populations/more generations when searching for the best solution.
- True
- False
- Once a strain disappears from the population it can never reappear in the population again.
- True
- False
- A Genetic Algorithm will find the optimal solution given the correct mix of operators and enough time.
- True
- False
- The same solution to a problem may be arrived at in a different number of generations.
- True
- False
- Mutating a strain is:
- Changing all the genes in the strain.
- Removing one gene in the strain.
- Randomly changing one gene in the strain.
- Removing the strain from the population.
- Genetic Algorithms are considered pseudo-random because they:
- Search the solution space in a random fashion.
- Search the solution space using the previous generation as a starting point.
- Have no knowledge of what strains are contained in the next generation.
- Use random numbers.
- The three gene operators we have discussed can be thought of as:
- Crossover: Receiving the best genes from both parents.
- Mutation: Changing one gene so that the child is almost like the parent.
- Mirror: Changing a string of genes in the child so it is like a cousin to the parent.
- A and B only
- All of the above
- If a population contains only one strain, you can introduce new strains by:
- Using the Crossover operator.
- Injecting random strains into the population.
- Using the Mutation operator.
- B only
- B and C only
- The efficiency of a Genetic Algorithm (how quickly it arrives at the best solution) is dependent upon:
- The initial conditions.
- The size of the population.
- The types of operators employed.
- All of the above
- Which of the following differences between Simulated Annealing and Genetic Algorithm are fundamental?
- There is an implicit parallelism in GA, none in SA.
- In SA, each solution is generated from the current solution (move right or left in the Bayser SA tool). In GA, a solution can be generated by crossing two parents (crossover operation).
- In SA, a candidate solution always lies in the vicinity of the current solution. In GA, the candidate solutions may be far from the current solutions.
- All of the above.
- If two successive generations are identical then the Genetic Algorithm has found the optimal solution. Discuss why this statement is NOT true.
- Are Genetic Algorithms useful if we don t have a full understanding of our objective function?
- Genetic Algorithms are predicated on the fact that the path to a good solution is based on having good intermediary solutions. How will the Genetic Algorithm act if there are discontinuities in the solution space?
- Say we want to model the behavior of a foxes-and-hares eco-system. How would you extend the GA model to capture the equilibrium among different strains, i.e., the food chain equilibrium between foxes and hares?
- How might one use Genetic Algorithms in forecasting models?
- Link the idea of temperature in Simulated Annealing to the intensity (number of genes) and frequency (how often) of mutation in Genetic Algorithms.
- What are the pros and cons of SA and GA? Can you conceive of a framework that combines the best of both worlds.
Return to SA Questions
|
|
|
|
|