Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)
Chrom = initip(Nind, FieldDR);
CReaTe an initial (Integer value) Population
This function creates a population of given size of random integer value.
Syntax: Chrom = initip(Nind, FieldDR);
Input parameters:
Nind - A scalar containing the number of individuals in the new population.
FieldDR - A matrix of size 2 by number of variables describing the
boundaries of each variable.
For more info, see initrp.
Output parameter:
Chrom - A matrix containing the random valued individuals of the
new population of size Nind by number of variables.
See also: initrp, initbp
| This function calls | This function is called by |
|---|---|