% -*- 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