Documentation of tbx3plot1
Global Index (all files) (short | long)
| Local contents
| Local Index (files in subdir) (short | long)
Function Synopsis
GEAOPT = tbx3plot1
Help text
ToolBoX function to define parameters for grafical display options
This function defines parameters for the display of results during
the optimization.
Syntax: GEAOPT = tbx3plot1
Input parameter:
no input parameters
Output parameter:
GEAOPT - Structure with newly defined options
See also: geamain2, geaoptset
Cross-Reference Information
Listing of function tbx3plot1
% Author: Hartmut Pohlheim
% History: 29.10.99 file created
function GEAOPT = tbx3plot1
% Set function specific parameters
GEAOPT = geaoptset( 'Output.GrafikInterval', 5 ... % Use binary variables
, 'Output.GrafikMethod', 11010001 ... % Define the recombination function
, 'Output.GrafikStyle', 15454413 ... % 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).