This document discusses various selection methods used in evolutionary algorithms. It describes parent selection methods like roulette wheel selection and tournament selection that determine which individuals are chosen to reproduce offspring. It also covers survivor selection/replacement methods like steady state, elitist, and generation replacement that determine which individuals survive to the next generation. The document provides details on how each method works and its advantages/disadvantages.