Population =
gacreationuniform (GenomeLength, FitnessFcn, options)
¶Create a random initial population with a uniform distribution.
Inputs
The number of indipendent variables for the fitness function.
The fitness function.
The options structure.
Outputs
The initial population for the genetic algorithm.
See also: ga, gaoptimset.
Package: ga