Documentation of tbx3perm

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

Function Synopsis

GEAOPT = tbx3perm

Help text

 ToolBoX function to define parameters for optimization of permutation variables

 This function defines parameters for the optimization of permutation 
 variables inside the individuals.

 Syntax:  GEAOPT = tbx3perm

 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 tbx3perm



% Author:   Hartmut Pohlheim
% History:  20.07.99    file created


function GEAOPT = tbx3perm


% Set function specific parameters
   GEAOPT = geaoptset(  'VariableFormat',      5          ...   % Use permutation variables  
                      , 'Recombination.Name',  {'recgp'} ...    % Define the recombination function
                      , 'Mutation.Name',       {'mutswap', 'mutmove', 'mutinvert'} ...   % Define the mutation functions
                      , 'Mutation.Range',      [1.0, 0.5, 0.3, 0.3, 1.0, 0.5] ...        %  Predefine some mutation ranges if using multiple subpopulation                
                      , 'Mutation.Precision',  8         ...   % Use this precision for all subpopulations
                     );


% 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).