Introduction - If you have any usage issues, please Google them yourself
A GENETIC ALGORITHM is a a parallel search method that manipulates a
string of numbers (a chromosome) in a manner similar to the laws of
evolution and biology. In this software, that string of numbers
represents parameters of a mathematical function, called a "fitness
function." In this sense, chromosomes (parameters) which correspond
to a large function value are deemed "more fit" than chromosomes which
correspond to smaller function va