Function File: Population = gacreationuniform (GenomeLength, FitnessFcn, options)

Create a random initial population with a uniform distribution.

Inputs

GenomeLength

The number of indipendent variables for the fitness function.

FitnessFcn

The fitness function.

options

The options structure.

Outputs

Population

The initial population for the genetic algorithm.

See also: ga, gaoptimset.

Package: ga