Home > freetb4matlab > ga > gacreationuniform.m

gacreationuniform

PURPOSE ^

% Create a random initial population with a uniform distribution.

SYNOPSIS ^

function Population = gacreationuniform (GenomeLength, FitnessFcn, options)

DESCRIPTION ^

% -*- 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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003