Blurb::
Use the best designs to form a new population
Description::
The \c elitist (default) setting creates a new population using (a)
the \c replacement_size best individuals from the current population,
(b) and \c population_size - \c replacement_size individuals randomly
selected from the newly generated individuals.  It is possible in this
case to lose a good solution from the newly generated individuals if
it is not randomly selected for replacement; however, the default \c
new_solutions_generated value is set such that the entire set of newly
generated individuals will be selected for replacement.

Topics::	
Examples::
Theory::
Faq::
See_Also::	
