1Blurb::
2Create new population using replacement
3Description::
4The \c replacement_type controls how current populations and newly
5generated individuals are combined to create a new population.  Each
6of the \c replacement_type selections accepts an integer value, which
7is referred as the \c replacement_size:
8
9The \c chc setting creates a new population using (a) the \c
10replacement_size best individuals from the \e combination of the
11current population and the newly generated individuals, and (b) \c
12population_size - \c replacement_size individuals randomly selected
13from among the remaining individuals in this combined pool.  The \c
14chc setting is the preferred selection for many engineering problems.
15
16Topics::
17Examples::
18Theory::
19Faq::
20See_Also::
21