Documentation of tbx3bin
Global Index (all files) (short | long)
| Local contents
| Local Index (files in subdir) (short | long)
Function Synopsis
GEAOPT = tbx3bin
Help text
ToolBoX function to define parameters for optimization of binary variables
This function defines parameters for the optimization of binary variables
inside the individuals.
Syntax: GEAOPT = tbx3bin
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 tbx3bin
% Author: Hartmut Pohlheim
% History: 29.10.99 file created
function GEAOPT = tbx3bin
% Set function specific parameters
GEAOPT = geaoptset( 'VariableFormat', 4 ... % Use binary variables
, 'Recombination.Name', {'recdprs'} ... % Define the recombination function
, 'Mutation.Name', {'mutbin'} ... % Define the binary mutation function
);
% End of function
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).