Documentation of initip


Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)


Function Synopsis

Chrom = initip(Nind, FieldDR);

Help text

 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

Cross-Reference Information

This function calls This function is called by

GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions 

This document is part of version 3.3 of the GEATbx: Genetic and Evolutionary Algorithm Toolbox for use with Matlab - www.geatbx.com.
The Genetic and Evolutionary Algorithm Toolbox is not public domain.
© 1994-2000 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).