1Blurb::
2Set the initial population size in JEGA methods
3Description::
4The number of designs in the initial population is specified by the \c
5population_size.  Note that the \c population_size only sets the size
6of the initial population.  The population size may vary in the JEGA
7methods according to the type of operators chosen for a particular
8optimization run.
9
10Also note that some initializers may not strictly respect the initial
11population size.  See the SOGA \ref
12method-soga-initialization_type-flat_file or MOGA \ref
13method-moga-initialization_type-flat_file initializer for an example.
14
15Topics::
16Examples::
17Theory::
18Faq::
19See_Also::
20