1Blurb::
2Replace population with individuals chosen from population
3Description::
4\li The \c random setting creates a new population using
5(a) \c replacement_size randomly selected individuals from the current
6population, and (b) \c population_size - \c replacement_size
7individuals randomly selected from among the newly generated
8individuals (the number of which is optionally specified using \c
9new_solutions_generated) that are created for each generation (using
10the selection, crossover, and mutation procedures).
11
12Topics::
13Examples::
14Theory::
15Faq::
16See_Also::
17