Documentation of tbx3comp

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

Function Synopsis

GEAOPT = tbx3comp

Help text

 ToolBoX function to define parameters for COMPeting subpopulation

 This function defines parameters for utilizing the regional model
 with multiple subpopulation and competition between these 
 subpopulation. 
 Most parameters are taken from the default parameter set in geaoptset.

 Syntax:  GEAOPT = tbx3comp

 Input parameter:
    no input parameters

 Output parameter:
    GEAOPT    - Structure with newly defined options

 See also: geamain2, geaoptset

Cross-Reference Information

This function calls This function is called by

Listing of function tbx3comp



% Author:   Hartmut Pohlheim
% History:  28.10.99    file created


function GEAOPT = tbx3comp


% Set function specific parameters
   GEAOPT = geaoptset(  'Competition.Do',      1 ...     % use Competition, the other paras of Competition are taken from default
                      , 'Migration.Do',        1 ...     % use Migration, the other paras of Migration are taken from default
                     );


% End of function

GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions  www.geatbx.com 

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