Documentation of initfun1

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

Function Synopsis

[Chrom, VLUB] = initfun1(Nind, VLUB, value);

Help text

 INITialzation function for de jong's FUNction 1

 This function initializes the DE JONG function 1.

 Syntax:  [Chrom, VLUB] = initfun1(Nind, VLUB, value)

 Input parameters:
    Nind      - Number of individuals
    VLUB      - Matrix containing the boundaries of the variables
    P1 - Px   - Additional parameters

 Output parameters:
    Chrom     - Matrix containing the chromosomes of the current
                population. Each row corresponds to one individual's
                string representation.
    VLUB      - (optional) Matrix containing the new boundaries
                of the variables
                
 See also: objfun1
GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions  www.geatbx.com 

This document is part of version 3.8 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-2006 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).