Home > freetb4matlab > ga > gaoptimset.m

gaoptimset

PURPOSE ^

% Create genetic algorithm options structure.

SYNOPSIS ^

function options = gaoptimset (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn{Function File} {@var{options} =} gaoptimset
% @deftypefnx{Function File} {@var{options} =} gaoptimset ('@var{param1}', @var{value1}, '@var{param2}', @var{value2}, @dots{})
% Create genetic algorithm options structure.
%
% @strong{Inputs}
% @table @var
% @item param
% Parameter to set. Unspecified parameters are set to their default values.
% @item value
% Value of @var{param}.
% @end table
%
% @strong{Outputs}
% @table @var
% @item options
% Structure containing the options, or parameters, for the genetic algorithm.
% @end table
%
% @strong{Options}
% @table @code
% @item CreationFcn
% @item CrossoverFcn
% @item CrossoverFraction
% @item EliteCount
% @item FitnessLimit
% @item FitnessScalingFcn
% @item Generations
% @item InitialPopulation
% @item InitialScores
% @item MutationFcn
% @item PopInitRange
% @item PopulationSize
% @item SelectionFcn
% @item TimeLimit
% @end table
%
% @seealso{ga, gaoptimget}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003