% -*- texinfo -*- % @deftypefn{Function File} {@var{Population} =} gacreationuniform (@var{GenomeLength}, @var{FitnessFcn}, @var{options}) % Create a random initial population with a uniform distribution. % % @strong{Inputs} % @table @var % @item GenomeLength % The number of indipendent variables for the fitness function. % @item FitnessFcn % The fitness function. % @item options % The options structure. % @end table % % @strong{Outputs} % @table @var % @item Population % The initial population for the genetic algorithm. % @end table % % @seealso{ga, gaoptimset} % @end deftypefn