Introduction - If you have any usage issues, please Google them yourself
General functions of genetic algorithms,
% [BestPop, Trace]=fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F (X) subject to: LB X < < = UB