pencil-icon
Build your own quiz

Computers

University

Image

Intro to ML: Evolutionary Algorithms

23
plays

9 questions

Show Answers
See Preview
  • 1. Multiple Choice
    1 minute
    1 pt

    If we have elitism in our evolutionary algorithm, which of the following is TRUE:

    The next generation completely replaces the current generation

    The fitness of the population’s best individual cannot decrease

    We use a mix of the current and new generations, typically using 10% of the new generation

  • 2. Multiple Choice
    1 minute
    1 pt

    Which of the following statements are true about Novelty Search:

    Novelty Search requires a fitness function

    Novelty Search requires a behavioural descriptor

    The novelty archive stores all the encountered types of solutions

    The novelty archive keeps only the best solution found.

  • 3. Multiple Choice
    1 minute
    1 pt

    Which of the following statements about Selection Operators is FALSE?


    For each selection:

    With the roulette wheel: an individual with twice the fitness of another individual is twice as likely to be selected

    With a simple tournament: The individual with the most fitness will always be selected

    With a simple tournament: The individual with the least fitness will never be selected

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?