1Blurb::
2Specify how to initialize the population
3Description::
4The \c initialization_type defines how the initial population is created
5for the GA. There are three types:
6-# \c simple_random
7-# \c unique_random (default)
8-# \c flat_file
9
10Setting the size for the \c flat_file initializer has the effect of
11requiring a minimum number of designs to create. If this minimum
12number has not been created once the files are all read, the rest are
13created using the \c unique_random initializer and then the \c
14simple_random initializer if necessary.
15
16
17Topics::
18Examples::
19Theory::
20Faq::
21See_Also::
22